Click or drag to resize

PdfFieldCollectionsGetByHandle Method

Search collection for the field with the specified handle.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfField GetByHandle(
	IntPtr handle
)

Parameters

handle  IntPtr
Field's handle

Return Value

PdfField
Found field or null if nothing found.
See Also