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