Click or drag to resize

PdfiumFPDFFormContent_GetObjectByIndex Method

Gets the page objects from content object by index

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

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
index  Int32
Index of page object in content object

Return Value

IntPtr
Handle to the page object
See Also