 | PdfTextFind Method |
Start a search.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfFind Find(
string findWhat,
FindFlags flags,
int startIndex
)
Public Function Find (
findWhat As String,
flags As FindFlags,
startIndex As Integer
) As PdfFind
public:
PdfFind^ Find(
String^ findWhat,
FindFlags flags,
int startIndex
)
member Find :
findWhat : string *
flags : FindFlags *
startIndex : int -> PdfFind public PdfFind Find(
String findWhat,
FindFlags flags,
int startIndex
)
function Find(findWhat, flags, startIndex);
Parameters
- findWhat String
- A string match pattern
- flags FindFlags
- ption flags. See FindFlags for details.
- startIndex Int32
- Start from this character. -1 for end of the page.
Return Value
PdfFindA object fot represents the search context or null if nothing found.
See Also