DrawHTMLText
Description
Draws HTML text onto the page. See Appendix A for details of the supported HTML tags.
Syntax
Delphi
function TDebenuPDFLibrary1811.DrawHTMLText(Left, Top, Width: Double;
HTMLText: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawHTMLText(Left As Double,
Top As Double, Width As Double, HTMLText As String) As Long
DLL
int DPLDrawHTMLText(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 |