 | PdfiumFPDFARRAY_GetCount Method |
Gets the number of keys contained in the Array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFARRAY_GetCount(
IntPtr handle
)
Public Shared Function FPDFARRAY_GetCount (
handle As IntPtr
) As Integer
public:
static int FPDFARRAY_GetCount(
IntPtr handle
)
static member FPDFARRAY_GetCount :
handle : IntPtr -> int
public static int FPDFARRAY_GetCount(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFARRAY_GetCount = function(handle);
Parameters
- handle IntPtr
- Handle to Array object
Return Value
Int32A zero-based number of items or -1 if any error is occured.
See Also