[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcBitmapGraphicsExt

GcBitmapGraphicsExt Class

Provides extension methods for rendering HTML on a GcBitmapGraphics.

Inheritance
GcBitmapGraphicsExt
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Html.dll
Syntax
public static class GcBitmapGraphicsExt
Public Module GcBitmapGraphicsExt

Methods

Name Description
DrawHtml(GcBitmapGraphics, GcHtmlBrowser, string, float, float, HtmlToImageFormat, out SizeF, bool)

Draws an HTML string on this GcBitmapGraphics at a specified position.

DrawHtml(GcBitmapGraphics, GcHtmlBrowser, Uri, float, float, HtmlToImageFormat, out SizeF, bool)

Draws an HTML page provided by an URI on this GcBitmapGraphics at a specified position.

DrawHtml(GcBitmapGraphics, string, float, float, HtmlToImageFormat, out SizeF, int, string, string)

Draws an HTML string on this GcBitmapGraphics at a specified position.

DrawHtml(GcBitmapGraphics, Uri, float, float, HtmlToImageFormat, out SizeF, int, string, string)

Draws an HTML page provided by an URI on this GcBitmapGraphics at a specified position.