[]
Represents find text parameters.
public class FindTextParams
| Name | Description |
|---|---|
| FindTextParams(string, bool, bool, ViewState, float, float, bool, bool) | Initializes a new instance of the FindTextParams class. |
| FindTextParams(string, bool, bool, float, float, bool, bool) | Initializes a new instance of the FindTextParams class. |
| 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 ViewState object. |
| WholeWord | Gets a value indicating whether to match whole words only. |
| Name | Description |
|---|---|
| CreatRegex(string, bool, float, float, bool) | Creates a new FindTextParams object with the Regex property set to true. |