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
)
Public Function SaveAsync (
filter As IFilter
) As IAsyncAction
public:
virtual IAsyncAction^ SaveAsync(
[InAttribute] IFilter^ filter
) sealed
function SaveAsync(filter);
Parameters
- filter
- Type: pdftron.FiltersIFilter
The output IFilter sink where to save the document to.
Return Value
Type:
IAsyncActionAn object that is used to manage the asynchronous operation.
See Also