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

In This Topic
    SaveAsPng(Stream,PngOptions) Method
    In This Topic
    Saves the current page to a stream in PNG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsPng( _
       ByVal outputStream As System.IO.Stream, _
       Optional ByVal options As PngOptions _
    ) 
    public void SaveAsPng( 
       System.IO.Stream outputStream,
       PngOptions options
    )

    Parameters

    outputStream
    The destination stream.
    options
    The set of parameters for the output PNG image.
    See Also