 | PdfiumFORM_GetPageIndexByAnnotDict Method |
Get the index of the page on which the specified annotation is located.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FORM_GetPageIndexByAnnotDict(
IntPtr form_handle,
IntPtr dict_handle
)
Public Shared Function FORM_GetPageIndexByAnnotDict (
form_handle As IntPtr,
dict_handle As IntPtr
) As Integer
public:
static int FORM_GetPageIndexByAnnotDict(
IntPtr form_handle,
IntPtr dict_handle
)
static member FORM_GetPageIndexByAnnotDict :
form_handle : IntPtr *
dict_handle : IntPtr -> int
public static int FORM_GetPageIndexByAnnotDict(
IntPtr form_handle,
IntPtr dict_handle
)
Patagames.Pdf.Pdfium.FORM_GetPageIndexByAnnotDict = function(form_handle, 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
Int32Zero-based page index or -1 if nothing found.
See Also