Pdf |
The PdfMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Identity | Gets an identity PdfMatrix. | |
| IsIdentity | Gets a value that indicates whether this PdfMatrix structure is an identity matrix. | |
| M11 | Gets the value of the first row and first column of this PdfMatrix structure. The default value is 1. | |
| M12 | Gets the value of the first row and second column of this PdfMatrix structure. The default value is 0. | |
| M21 | Gets the value of the second row and first column of this PdfMatrix structure. The default value is 1. | |
| M22 | Gets the value of the second row and second column of this PdfMatrix structure. The default value is 1. | |
| OffsetX | Gets the value of the third row and first column of this PdfMatrix structure. The default value is 0. | |
| OffsetY | Gets the value of the third row and second column of this PdfMatrix structure. The default value is 0. |