PdfPath.TransformationMatrix Property

Gets the transformation matrix for this path.

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 path is drawn without transformations.

See Also