Click or drag to resize

GStateSetTransform Method

Overload List
  NameDescription
Public methodSetTransform(Matrix2D)
Set the transformation matrix associated with this element.
Public methodSetTransform(Double, Double, Double, Double, Double, Double)
Sets the transformation matrix for this 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 pdftron::Common::Matrix2D class.
Top
See Also