Click or drag to resize

PdfSearch Constructor

Initializes a new instance of the PdfSearch class.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public PdfSearch(
	PdfDocument document
)

Parameters

document
Type: Patagames.Pdf.NetPdfDocument
The instance of PdfDocument class
See Also