DrawHTMLTextBoxMatrix

Text, HTML text, Page layout

Description

Similar to the DrawHTMLTextBox function but the position/scaling/rotation is specified using a transformation matrix.

The remaining HTML text is returned, which can be passed to this function again (perhaps on a different page or location) until the function returns an empty string.

See Appendix A for details of the supported HTML tags.

Syntax

Delphi

function TPDFlib.DrawHTMLTextBoxMatrix(Width, Height: Double; Const HTMLText: WideString; M11, M12, M21, M22, MDX, MDY: Double): WideString;

ActiveX

Function PDFlib::DrawHTMLTextBoxMatrix(Width As Double, Height As Double, HTMLText As String, M11 As Double, M12 As Double, M21 As Double, M22 As Double, MDX As Double, MDY As Double) As String

DLL

wchar_t * DLDrawHTMLTextBoxMatrix(int InstanceID, double Width, double Height, wchar_t * HTMLText, double M11, double M12, double M21, double M22, double MDX, double MDY);

Parameters

WidthThe width of the drawing area
HeightThe height of the drawing area The HTML text to draw
HTMLTextMatrix component
M11
M12Matrix component
M21Matrix component
M22Matrix component
MDXMatrix component
MDYMatrix component