Click or drag to resize

PdfiumDictEnumCallback Delegate

Delegate for the application-defined callback function for FPDFDICT_Enum(IntPtr, PdfiumDictEnumCallback).

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void DictEnumCallback(
	IntPtr handle,
	string key,
	IntPtr value
)

Parameters

handle  IntPtr
Handle to the dictionary itself.
key  String
The key of the value/
value  IntPtr
The value contained in the dictionary under the key.
See Also