Click or drag to resize

FDFDocCreateFromXFDFAsync Method (Byte)

Creates an FDF document from a byte array.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static IAsyncOperation<FDFDoc> CreateFromXFDFAsync(
	byte[] byteArray
)

Parameters

byteArray
Type: SystemByte
The source byte array.

Return Value

Type: IAsyncOperationFDFDoc
When this method completes, it returns a newly created FDFDoc.
See Also