Click or drag to resize

PdfiumFPDFARRAY_GetIntegerAt Method

Gets the integer value from the array at a given index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFARRAY_GetIntegerAt(
	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

Int32
An integer value currently at this index or null if any error is occured.
Remarks
Note  Note
Please note this method returns 0 if key not found or handle is IntPtr.Zero
See Also