PdfPaintedXObject.TransformationMatrix Property

Gets the transformation matrix for this form XObject.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfMatrix TransformationMatrix { get; }
VB
Public ReadOnly Property TransformationMatrix As PdfMatrix
	Get

Property Value

Type: PdfMatrix
The transformation matrix or identity matrix if form XObject is drawn without transformations.

See Also