Returns the transformation matrix of the image.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public float[] Matrix { get; }
Visual Basic
Public ReadOnly Property Matrix As Single()
	Get
Visual C++
public:
property array<float>^ Matrix {
	array<float>^ get ();
}

Field Value

an array [AX, AY, BX, BY, CX, CY, DX, DY]

See Also