 | PdfiumFFDF_GetRoot Method |
Gets dictionary from FDF document
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FFDF_GetRoot(
IntPtr fdfDoc
)
Public Shared Function FFDF_GetRoot (
fdfDoc As IntPtr
) As IntPtr
public:
static IntPtr FFDF_GetRoot(
IntPtr fdfDoc
)
static member FFDF_GetRoot :
fdfDoc : IntPtr -> IntPtr
public static IntPtr FFDF_GetRoot(
IntPtr fdfDoc
)
Patagames.Pdf.Pdfium.FFDF_GetRoot = function(fdfDoc);
Parameters
- fdfDoc IntPtr
- Handle to the loaded document. Returned by FFDF_LoadDocument(String) or FFDF_LoadMemDocument(Byte) function.
Return Value
IntPtrHandle to the FDF dictionary, IntPtr.Zero otherwise.
See Also