DrawHTMLTextMatrix
HTML text, Page layout
Description
Similar to the DrawHTMLText function but the position/scaling/rotation is specified using a transformation matrix.
See Appendix A for details of the supported HTML tags.
Syntax
Delphi
function TPDFlib.DrawHTMLTextMatrix(Width: Double; Const HTMLText: WideString; M11, M12, M21, M22, MDX, MDY: Double): Integer;ActiveX
Function PDFlib::DrawHTMLTextMatrix(Width As Double, HTMLText As String, M11 As Double, M12 As Double, M21 As Double, M22 As Double, MDX As Double, MDY As Double) As LongDLL
int DLDrawHTMLTextMatrix(int InstanceID, double Width, wchar_t * HTMLText, double M11, double M12, double M21, double M22, double MDX, double MDY);Parameters
| Width | The width of the area to draw the text into The HTML text to draw |
|---|---|
| HTMLText | |
| M11 | Matrix component |
| M12 | Matrix component |
| M21 | Matrix component |
| M22 | Matrix component |
| MDX | Matrix component |
| MDY | Matrix component |