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, wchar_t * HTMLText);

Parameters

LeftThe left edge of the area to draw the text into
TopThe top edge of the area to draw the text into
WidthThe width of the area to draw the text into
HTMLTextThe HTML text to draw