Click or drag to resize

PdfTextFind Method

Start a search.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfFind Find(
	string findWhat,
	FindFlags flags,
	int 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

PdfFind
A object fot represents the search context or null if nothing found.
See Also