DrawHtml Method (GcPdfGraphicsExt)
In This Topic
Draws an HTML string on this GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position.
Overload List
Overload | Description |
DrawHtml(GcPdfGraphics,GcHtmlBrowser,String,Single,Single,HtmlToPdfFormat,SizeF,Boolean) | Draws an HTML string on this GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
DrawHtml(GcPdfGraphics,String,Single,Single,HtmlToPdfFormat,SizeF,Int32,String,String) | Draws an HTML string on this GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
DrawHtml(GcPdfGraphics,GcHtmlBrowser,Uri,Single,Single,HtmlToPdfFormat,SizeF,Boolean) | Draws an HTML page provided by an URI on this GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
DrawHtml(GcPdfGraphics,Uri,Single,Single,HtmlToPdfFormat,SizeF,Int32,String,String) | Draws an HTML page provided by an URI on this GrapeCity.Documents.Pdf.GcPdfGraphics at a specified position. |
See Also