Click or drag to resize

FDFDocSaveAsync Method (IFilter)

Saves all changes to the document and writes them to an output IFilter sink.

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

Parameters

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

Return Value

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