C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / SaveAsPng Method / SaveAsPng(String,PngOptions) Method
The output file name.
The options for the PNG image encoder.

In This Topic
SaveAsPng(String,PngOptions) Method
In This Topic
Saves the image to a file in PNG format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsPng( _
   ByVal fileName As System.String, _
   ByVal options As PngOptions _
) 
 

Parameters

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