[]
Initializes a new instance of the FindTextParams class.
public FindTextParams(string text, bool wholeWord, bool matchCase, ViewState viewState, float dpiX = 72, float dpiY = 72, bool ignoreErrors = true, bool regex = false)
Public Sub New(text As String, wholeWord As Boolean, matchCase As Boolean, viewState As ViewState, Optional dpiX As Single = 72, Optional dpiY As Single = 72, Optional ignoreErrors As Boolean = True, Optional regex As Boolean = False)
Type | Name | Description |
---|---|---|
string | text | The text to find. |
bool | wholeWord | Indicates whether to match whole words only. |
bool | matchCase | Indicates whether to match case. |
ViewState | viewState | The ViewState object. |
float | dpiX | The horizontal resolution used to calculate bounds of the found text on the page. |
float | dpiY | The vertical resolution used to calculate bounds of the found text on the page. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream if possible. |
bool | regex | Indicates whether to interpret |
Initializes a new instance of the FindTextParams class.
public FindTextParams(string text, bool wholeWord, bool matchCase, float dpiX = 72, float dpiY = 72, bool ignoreErrors = true, bool regex = false)
Public Sub New(text As String, wholeWord As Boolean, matchCase As Boolean, Optional dpiX As Single = 72, Optional dpiY As Single = 72, Optional ignoreErrors As Boolean = True, Optional regex As Boolean = False)
Type | Name | Description |
---|---|---|
string | text | The text to find. |
bool | wholeWord | Indicates whether to match whole words only. |
bool | matchCase | Indicates whether to match case. |
float | dpiX | The horizontal resolution used to calculate bounds of the found text on the page. |
float | dpiY | The vertical resolution used to calculate bounds of the found text on the page. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream if possible. |
bool | regex | Indicates whether to interpret |