ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / SaveAsPng Method / SaveAsPng(String,PngOptions) Method
The output file name.
The options for the PNG image encoder.

In This Topic
    SaveAsPng(String,PngOptions) Method
    In This Topic
    Saves the image to a file in PNG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsPng( _
       ByVal fileName As String, _
       ByVal options As PngOptions _
    ) 
    public void SaveAsPng( 
       string fileName,
       PngOptions options
    )

    Parameters

    fileName
    The output file name.
    options
    The options for the PNG image encoder.
    See Also