ComponentOne Bitmap for UWP
SaveAsPngAsync Method

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

Parameters

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

Reference

C1Bitmap Class
C1Bitmap Members