ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / SaveAsTiffAsync Method
The output file.
The options for the TIFF image encoder.

In This Topic
    SaveAsTiffAsync Method
    In This Topic
    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