Click or drag to resize

PdfiumFPDFHOLDER_FromFdfDocument Method

Gets the list of indirect objects from specified FDF document

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

Parameters

fdf_doc  IntPtr
Handle to a FDF document

Return Value

IntPtr
Handle to the list of Indirect objects or IntPtr.Zero if any error is occured.
See Also