Click or drag to resize

PdfiumFPDFDICT_Enum Method

Enumerates all top-level items in dictionary by passing the Key and Value of each item, in turn, to an application-defined callback function. FPDFDICT_Enum continues until the last item is enumerated.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFDICT_Enum(
	IntPtr handle,
	PdfiumDictEnumCallback callback
)

Parameters

handle  IntPtr
Handle to the Dictionary object
callback  PdfiumDictEnumCallback
The application-defined callback function

Return Value

Boolean
True if successful; false otherwise.
See Also