Click or drag to resize

FDFDocSaveAsXFDFAsync Method (String, XFDFExportOptions)

Saves the FDF document in XFDF format.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncAction SaveAsXFDFAsync(
	string filePath,
	XFDFExportOptions options
)

Parameters

filePath
Type: SystemString
The path where to save the XFDF at.
options
Type: pdftron.FDFXFDFExportOptions
Options controlling finer parameters of xfdf export

Return Value

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