XGraphicsTransform Property Terminal Works - PDF Printing.Net Library
Gets the current transformation matrix. The transformation matrix canot be set. Insted use Save/Restore or BeginContainer/EndContainer to save the state before Transform is called and later restore to the previous transform.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public XMatrix Transform { get; }

Property Value

Type: XMatrix
See Also

Reference