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