FindTextParams Constructor(String,Boolean,Boolean,Single,Single,Boolean,Boolean)
In This Topic
Initializes a new instance of the
FindTextParams class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public FindTextParams(
System.string ,
System.bool ,
System.bool ,
System.float ,
System.float ,
System.bool ,
System.bool
)
Parameters
- text
- The text to find.
- wholeWord
- Indicates whether to match whole words only.
- matchCase
- Indicates whether to match case.
- dpiX
- The horizontal resolution used to calculate bounds of the found text on the page.
- dpiY
- The vertical resolution used to calculate bounds of the found text on the page.
- ignoreErrors
- Indicates whether to ignore errors in PDF content stream if possible.
- regex
- Indicates whether to interpret as a regular expression.
See Also