[]
        
(Showing Draft Content)

C1.WPF.Bitmap.C1Bitmap.SaveAsPng

SaveAsPng Method

SaveAsPng(Stream, PngOptions)

Saves the image to a System.IO.Stream in PNG format.

Declaration
public void SaveAsPng(Stream stream, PngOptions options)
Public Sub SaveAsPng(stream As Stream, options As PngOptions)
Parameters
Type Name Description
Stream stream

The output stream.

PngOptions options

The options for the PNG image encoder.

SaveAsPng(string, PngOptions)

Saves the image to a file in PNG format.

Declaration
public void SaveAsPng(string fileName, PngOptions options)
Public Sub SaveAsPng(fileName As String, options As PngOptions)
Parameters
Type Name Description
string fileName

The output file name.

PngOptions options

The options for the PNG image encoder.