Click or drag to resize

GStateGetTransform Method

Gets the transform.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Matrix2D GetTransform()

Return Value

Type: Matrix2D
the transformation matrix for this element.
Remarks
If you are looking for a matrix that maps coordinates to the initial user space see Element::GetCTM().
See Also