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

In This Topic
    SaveAsJpegAsync Method
    In This Topic
    Saves the image to a StorageFile in JPEG format.
    Syntax
    'Declaration
     
    Public Function SaveAsJpegAsync( _
       ByVal storageFile As Windows.Storage.StorageFile, _
       ByVal options As JpegOptions _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveAsJpegAsync( 
       Windows.Storage.StorageFile storageFile,
       JpegOptions options
    )

    Parameters

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