Gets or sets the right.

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

Property Value

Single
The right.

See Also