[]
Provides extension methods for rendering HTML to GrapeCity.Documents.Pdf.GcPdfGraphics.
public static class GcPdfGraphicsExt
Public Module GcPdfGraphicsExt
| Name | Description |
|---|---|
| DrawHtml(GcPdfGraphics, GcHtmlBrowser, string, float, float, HtmlToPdfFormat, out SizeF, bool) | Draws an HTML string on this GrapeCity.Documents.Pdf.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 GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
| DrawHtml(GcPdfGraphics, string, float, float, HtmlToPdfFormat, out SizeF, int, string, string) | Draws an HTML string on this GrapeCity.Documents.Pdf.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 GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
| MeasureHtml(GcPdfGraphics, GcHtmlBrowser, string, HtmlToPdfFormat, bool) | Measures an HTML string for rendering on this GrapeCity.Documents.Pdf.GcPdfGraphics |
| MeasureHtml(GcPdfGraphics, GcHtmlBrowser, Uri, HtmlToPdfFormat, bool) | Measures an HTML page provided by an URI for rendering on this GrapeCity.Documents.Pdf.GcPdfGraphics. |
| MeasureHtml(GcPdfGraphics, string, HtmlToPdfFormat, int, string, string) | Measures an HTML string for rendering on this GrapeCity.Documents.Pdf.GcPdfGraphics |
| MeasureHtml(GcPdfGraphics, Uri, HtmlToPdfFormat, int, string, string) | Measures an HTML page provided by an URI for rendering on this GrapeCity.Documents.Pdf.GcPdfGraphics. |