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