ComponentOne Bitmap for UWP
SaveAsJpegAsync Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : SaveAsJpegAsync Method
The output file.
The options for the JPEG image encoder.
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

Reference

C1Bitmap Class
C1Bitmap Members