DrawHTMLText
Text, HTML text, Page layout
Description
Draws HTML text onto the page. See Appendix A for details of the supported HTML tags.
Syntax
Delphi
function TPDFlib.DrawHTMLText(Left, Top, Width: Double; Const HTMLText: WideString): Integer;ActiveX
Function PDFlib::DrawHTMLText(Left As Double, Top As Double, Width As Double, HTMLText As String) As LongDLL
int DLDrawHTMLText(int InstanceID, double Left, double Top, double Width, wchar_t * HTMLText);Parameters
| Left | The left edge of the area to draw the text into |
|---|---|
| Top | The top edge of the area to draw the text into |
| Width | The width of the area to draw the text into |
| HTMLText | The HTML text to draw |