FDFDocSaveAsXFDFAsync Method (IFilter, 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(
IFilter filter,
XFDFExportOptions options
)
Public Function SaveAsXFDFAsync (
filter As IFilter,
options As XFDFExportOptions
) As IAsyncAction
public:
virtual IAsyncAction^ SaveAsXFDFAsync(
[InAttribute] IFilter^ filter,
[InAttribute] XFDFExportOptions^ options
) sealed
function SaveAsXFDFAsync(filter, options);
Parameters
- filter
- Type: pdftron.FiltersIFilter
The sink filter where to save the document to. - options
- Type: pdftron.FDFXFDFExportOptions
Options controlling finer parameters of xfdf export
Return Value
Type:
IAsyncActionAn object that is used to manage the asynchronous operation.
See Also