Click or drag to resize

FDFDocCreateFromXFDFAsync Method (String)

Creates an FDF document from an existing XFDF file.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static IAsyncOperation<FDFDoc> CreateFromXFDFAsync(
	string filePath
)

Parameters

filePath
Type: SystemString
The full path to the source XFDF file.

Return Value

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