Click or drag to resize

PdfiumFFDF_GetRoot Method

Gets dictionary from FDF document

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FFDF_GetRoot(
	IntPtr fdfDoc
)

Parameters

fdfDoc  IntPtr
Handle to the loaded document. Returned by FFDF_LoadDocument(String) or FFDF_LoadMemDocument(Byte) function.

Return Value

IntPtr
Handle to the FDF dictionary, IntPtr.Zero otherwise.
See Also