Click or drag to resize

FDFDocSaveAsync Method (String)

Saves all changes to the document and writes them to a file pointed by the given path.

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

Parameters

filePath
Type: SystemString
The full path to the file where to the save the document at.

Return Value

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