In This Topic
Creates a new
FindTextParams object with the
Regex property set to true.
Syntax
'Declaration
Public Shared Function CreatRegex( _
ByVal As System.String, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single, _
Optional ByVal As System.Boolean _
) As FindTextParams
public static FindTextParams CreatRegex(
System.string ,
System.bool ,
System.float ,
System.float ,
System.bool
)
Parameters
- pattern
- The Regex pattern to search.
- 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.
See Also