Gets the value of the second row and first column of this PdfMatrix structure.
The default value is 1.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic double M21 {
get;
}Public ReadOnly Property M21 As Double
Get
Property Value
Double
The value of the second row and first column of this
PdfMatrix.
See Also