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
)
Public Function SaveAsync (
filePath As String
) As IAsyncAction
public:
virtual IAsyncAction^ SaveAsync(
[InAttribute] String^ filePath
) sealed
function SaveAsync(filePath);
Parameters
- filePath
- Type: SystemString
The full path to the file where to the save the document at.
Return Value
Type:
IAsyncActionAn object that is used to manage the asynchronous operation.
See Also