PdfMatrix Properties

The PdfMatrix type exposes the following members.

Properties

  NameDescription
Public propertyDeterminant
Gets the determinant of this PdfMatrix structure.
Public propertyIsInvertible
Gets a value indicating whether this PdfMatrix structure is invertible.
Public propertyM11
Gets or sets the value of the first row and first column of this PdfMatrix structure.
Public propertyM12
Gets or sets the value of the first row and second column of this PdfMatrix structure.
Public propertyM21
Gets or sets the value of the second row and first column of this PdfMatrix structure.
Public propertyM22
Gets or sets the value of the second row and second column of this PdfMatrix structure.
Public propertyOffsetX
Gets or sets the value of the third row and first column of this PdfMatrix structure.
Public propertyOffsetY
Gets or sets the value of the third row and second column of this PdfMatrix structure.

See Also