Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / SaveAsPng Method / SaveAsPng(String,PngOptions) Method
The output file path.
The options for the PNG image encoder.

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

    Parameters

    filePath
    The output file path.
    options
    The options for the PNG image encoder.
    See Also