Click or drag to resize

PdfiumFFDF_LoadMemDocument Method

Load FDF document from file

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FFDF_LoadMemDocument(
	byte[] buffer
)

Parameters

buffer  Byte
Byte array with FDF document

Return Value

IntPtr
Handle to the loaded FDF document
See Also