Click or drag to resize

PdfiumFPDFARRAY_GetCount Method

Gets the number of keys contained in the Array.

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

Parameters

handle  IntPtr
Handle to Array object

Return Value

Int32
A zero-based number of items or -1 if any error is occured.
See Also