Click or drag to resize

FDFDocSaveAsXFDFAsync Method (IFilter)

Saves the FDF document in XFDF format.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncAction SaveAsXFDFAsync(
	IFilter filter
)

Parameters

filter
Type: pdftron.FiltersIFilter
The sink filter where to save the document to.

Return Value

Type: IAsyncAction
An object that is used to manage the asynchronous operation.
See Also