Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap 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 System.String, _
       Optional 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.
    See Also