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