ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / SaveAsync Method
The output file.
The container format that determines the image encoder.
The options for the specified image encoder.

In This Topic
    SaveAsync Method
    In This Topic
    Saves the image to a StorageFile using the specified format and options.
    Syntax
    'Declaration
     
    Public Function SaveAsync( _
       ByVal storageFile As Windows.Storage.StorageFile, _
       ByVal format As ContainerFormat, _
       Optional ByVal options As BaseOptions _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveAsync( 
       Windows.Storage.StorageFile storageFile,
       ContainerFormat format,
       BaseOptions options
    )

    Parameters

    storageFile
    The output file.
    format
    The container format that determines the image encoder.
    options
    The options for the specified image encoder.
    See Also