[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlPage.Render

Render Method

Render(GcBitmap, PngOptions)

Renders the current page to an existing GcBitmap.

Declaration
public void Render(GcBitmap bitmap, PngOptions options = null)
Public Sub Render(bitmap As GcBitmap, Optional options As PngOptions = Nothing)
Parameters
Type Name Description
GcBitmap bitmap

The destination GcBitmap. Note that its current content will be lost.

PngOptions options

The set of parameters for the output image.