find_text_with_options
Description:
[
Version ( since =
"0.22" ) ]
public List<
Rectangle?>
find_text_with_options (
string text,
FindFlags options)
Finds text
in this with the given FindFlags
options and returns a List of rectangles for each occurrence of the text on the page.
The coordinates are in PDF points.
Parameters:
this |
a Page
|
text |
the text to search for (UTF-8 encoded)
|
options |
find options
|
Returns: