ComponentOne Bitmap for UWP
SaveAsJpegXRAsync Method

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

Parameters

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

Reference

C1Bitmap Class
C1Bitmap Members