Click or drag to resize

PdfiumFPDFARRAY_GetArrayAt Method

Gets the Array object at a given index.

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

Parameters

handle  IntPtr
Handle to Array object.
index  Int32
An integer index that is greater than or equal to 0 and less than the value returned by FPDFARRAY_GetCount(IntPtr).

Return Value

IntPtr
A handle to Array object or IntPtr.Zero if any error is occured.
See Also