Click or drag to resize

PdfFindFind Method

Start a search.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfFind Find(
	string findWhat,
	PdfText text,
	FindFlags flags,
	int startIndex
)

Parameters

findWhat  String
A string match pattern
text  PdfText
PdfText object.
flags  FindFlags
Option 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.
See Also