PdfMatrix.OffsetX Property

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double OffsetX {
	get;
 set; }
VB
Public Property OffsetX As Double
		Get
	Set

Property Value

Type: Double
The value of the third row and first column of this PdfMatrix. The default value is 0.

See Also