Click or drag to resize

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
)

Parameters

storageFile
Type: IStorageFile
The file where to save this image to.

Return Value

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