Click or drag to resize

GStateSetTransform Method (Matrix2D)

Set the transformation matrix associated with this element.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTransform(
	Matrix2D mtx
)

Parameters

mtx
Type: pdftron.CommonMatrix2D
The new transformation for this text element.
Remarks
in PDF associating a transformation matrix with an element ('cm' operator) will also affect all subsequent elements.
See Also