Table of Contents

Property TransformationMatrix

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

TransformationMatrix

Gets the transformation matrix for this chunk.

public PdfMatrix TransformationMatrix { get; }

Property Value

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.

PdfTextData properties explained