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