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.
Read the Extract detailed text information for an example of using text data.