Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / Render Method
The destination GrapeCity.Documents.Imaging.GcBitmap. Note that its current content will be lost.
The set of parameters for the output image.

In This Topic
    Render Method (HtmlPage)
    In This Topic
    Renders the current page to an existing GrapeCity.Documents.Imaging.GcBitmap.
    Syntax
    'Declaration
     
    Public Sub Render( _
       ByVal bitmap As GcBitmap, _
       Optional ByVal options As PngOptions _
    ) 
    public void Render( 
       GcBitmap bitmap,
       PngOptions options
    )

    Parameters

    bitmap
    The destination GrapeCity.Documents.Imaging.GcBitmap. Note that its current content will be lost.
    options
    The set of parameters for the output image.
    See Also