ImageExportAsPngAsync Method |
Saves this image to a file as PNG format.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAsyncAction ExportAsPngAsync(
IStorageFile storageFile
)
Public Function ExportAsPngAsync (
storageFile As IStorageFile
) As IAsyncAction
public:
virtual IAsyncAction^ ExportAsPngAsync(
[InAttribute] IStorageFile^ storageFile
) sealed
function ExportAsPngAsync(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