Click or drag to resize

PdfiumFPDFPageObjectList_GetObject Method

Get page object by index

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

Parameters

list  IntPtr
Handle to a list of page objects.
index  Int32
The index of a page object.

Return Value

IntPtr
The Handle to the page object. IntPtr.Zero if any error has occured.
See Also