Gets the x translation value (the dx value, or the element in the third row and first column).

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float OffsetX { get; }
Public ReadOnly Property OffsetX As Single
	Get
public:
property float OffsetX {
	float get ();
}
member OffsetX : float32 with get

Property Value

Single

See Also