Gets the transformation matrix for this chunk.
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 text is drawn without transformations.
Remarks
Below is an example of TransformationMatrix for a scaled and rotated text.

See Also