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 Long
DLL
int DLDrawHTMLText(int InstanceID, double Left, double Top, double Width, const 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 |