Click or drag to resize

PdfiumFFDF_GetDocumentContentEx Method

Gets FDF content as a byte array

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static byte[] FFDF_GetDocumentContentEx(
	IntPtr fdfDoc
)

Parameters

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

Return Value

Byte
Return document content or null if any errors occurs.
See Also