Click or drag to resize

PdfiumFORM_GetPageIndexByAnnotDict Method

Get the index of the page on which the specified annotation is located.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FORM_GetPageIndexByAnnotDict(
	IntPtr form_handle,
	IntPtr dict_handle
)

Parameters

form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
dict_handle  IntPtr
A handle to the annotation dictionary.

Return Value

Int32
Zero-based page index or -1 if nothing found.
See Also