ComponentOne Bitmap for UWP
SaveAsTiffAsync Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : SaveAsTiffAsync Method
The output file.
The options for the TIFF image encoder.
Saves the image to a StorageFile in TIFF format.
Syntax
'Declaration
 
Public Function SaveAsTiffAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal options As TiffOptions _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveAsTiffAsync( 
   Windows.Storage.StorageFile storageFile,
   TiffOptions options
)

Parameters

storageFile
The output file.
options
The options for the TIFF image encoder.
See Also

Reference

C1Bitmap Class
C1Bitmap Members