Name | Description | |
---|---|---|
FindTextParams Constructor | Overloaded. |
The following tables list the members exposed by FindTextParams.
Name | Description | |
---|---|---|
FindTextParams Constructor | Overloaded. |
Name | Description | |
---|---|---|
DpiX | Gets the horizontal resolution used to calculate bounds of the found text on the page. | |
DpiY | Gets the vertical resolution used to calculate bounds of the found text on the page. | |
IgnoreErrors | Gets a value indicating whether to ignore errors in PDF content stream if possible.
The default is true. | |
MatchCase | Gets a value indicating whether to match case. | |
Regex | Gets a value indicating whether the Text should be interpreted as a regular expression. | |
Text | Gets the text to find. | |
ViewState | Gets the GrapeCity.Documents.Pdf.Layers.ViewState object. | |
WholeWord | Gets a value indicating whether to match whole words only. |
Name | Description | |
---|---|---|
CreatRegex | Creates a new FindTextParams object with the Regex property set to true. |