SaveAsPng(String,PngOptions) Method
Saves the image to a file in PNG format.
public void SaveAsPng(
System.string ,
PngOptions
)
'Declaration
Public Overloads Sub SaveAsPng( _
ByVal As System.String, _
ByVal As PngOptions _
)
Parameters
- fileName
- The output file name.
- options
- The options for the PNG image encoder.