Gets the current transformation matrix for this
PdfCanvas.
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 current transformation matrix.
See Also