Gets or sets the left.

Namespace: Spire.Pdf
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 Left { get; set; }
Public Property Left As Single
	Get
	Set
public:
property float Left {
	float get ();
	void set (float value);
}
member Left : float32 with get, set

Property Value

Single
The left.

See Also