Click or drag to resize

Pdfium.FPDFDICT_GetCount Method

Gets the number of keys contained in the Dictionary.

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

Parameters

handle  IntPtr
Handle to Dictionary object

Return Value

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