Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SaveAsPng Method / SaveAsPng(String,PngOptions) Method
The destination file path.
The set of parameters for the output PNG image.

In This Topic
    SaveAsPng(String,PngOptions) Method
    In This Topic
    Saves the current page as a PNG image file.
    Syntax
    '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.
    See Also