Click or drag to resize

PdfMatrixOffsetX Property

Gets the value of the third row and first column of this PdfMatrix structure.

The default value is 0.


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public double OffsetX {
	get;
 }

Property Value

Double
The value of the third row and first column of this PdfMatrix.
See Also