ImageExportAsTiffAsync Method |
Saves this image to a file as TIFF format.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAsyncAction ExportAsTiffAsync(
IStorageFile storageFile
)
Public Function ExportAsTiffAsync (
storageFile As IStorageFile
) As IAsyncAction
public:
virtual IAsyncAction^ ExportAsTiffAsync(
[InAttribute] IStorageFile^ storageFile
) sealed
function ExportAsTiffAsync(storageFile);
Parameters
- storageFile
- Type: IStorageFile
The file where to save this image to.
Return Value
Type:
IAsyncActionAn object that used to manage the asynchronous operation.
See Also