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