Click or drag to resize

ElementSetTextMatrix Method

Overload List
  NameDescription
Public methodSetTextMatrix(Matrix2D)
Sets the text matrix for a text element.
Public methodSetTextMatrix(Double, Double, Double, Double, Double, Double)
Sets the text matrix for a text element. This method accepts text transformation matrix components directly. A transformation matrix in PDF is specified by six numbers, usually in the form of an Array containing six elements. In its most general form, this Array is denoted [a b c d h v]; it can represent any linear transformation from one coordinate system to another. For more information about PDF matrices please refer to section 4.2.2 'Common Transformations' in PDF Reference Manual, and to documentation for Matrix2D class.
Top
See Also