Click or drag to resize

PdfiumFPDFFormContent_GetObjectIndex Method

Gets the index of specified page objects

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFormContent_GetObjectIndex(
	IntPtr contentObject,
	IntPtr pageObjet
)

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
pageObjet  IntPtr
Handle to the page object returned by FPDFFormContent_GetObjectByIndex(IntPtr, Int32)

Return Value

Int32
Index of page object or -1 if any error occurs
See Also