[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfGraphicsExt

GcPdfGraphicsExt Class

Provides extension methods for rendering HTML to GcPdfGraphics.

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

Methods

Name Description
DrawHtml(GcPdfGraphics, GcHtmlBrowser, string, float, float, HtmlToPdfFormat, out SizeF, bool)

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

DrawHtml(GcPdfGraphics, GcHtmlBrowser, Uri, float, float, HtmlToPdfFormat, out SizeF, bool)

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

DrawHtml(GcPdfGraphics, string, float, float, HtmlToPdfFormat, out SizeF, int, string, string)

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

DrawHtml(GcPdfGraphics, Uri, float, float, HtmlToPdfFormat, out SizeF, int, string, string)

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

MeasureHtml(GcPdfGraphics, GcHtmlBrowser, string, HtmlToPdfFormat, bool)

Measures an HTML string for rendering on this GcPdfGraphics

MeasureHtml(GcPdfGraphics, GcHtmlBrowser, Uri, HtmlToPdfFormat, bool)

Measures an HTML page provided by an URI for rendering on this GcPdfGraphics.

MeasureHtml(GcPdfGraphics, string, HtmlToPdfFormat, int, string, string)

Measures an HTML string for rendering on this GcPdfGraphics

MeasureHtml(GcPdfGraphics, Uri, HtmlToPdfFormat, int, string, string)

Measures an HTML page provided by an URI for rendering on this GcPdfGraphics.