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