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.
|