Click or drag to resize

FDFDocCreateFromXFDFAsync Method (IFilter)

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(
	IFilter filter
)

Parameters

filter
Type: pdftron.FiltersIFilter
The source input filter where to create the document from.

Return Value

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