Click or drag to resize

FdfDocumentLoad(Byte) Method

Loads a fDF document from a memory.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static FdfDocument Load(
	byte[] content
)

Parameters

content  Byte
Pointer to a buffer containing the FDF document

Return Value

FdfDocument
Instance of FDFDocument class
Exceptions
ExceptionCondition
PdfiumExceptionError occured in Pdfium. See ErrorCode for detail
NoLicenseExceptionThis exception thrown only in trial mode if document cannot be opened due to a license restrictions"
See Also