Gets or sets the left.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPen Left { get; set; }
Public Property Left As PdfPen
	Get
	Set
public:
property PdfPen^ Left {
	PdfPen^ get ();
	void set (PdfPen^ value);
}
member Left : PdfPen with get, set

Property Value

PdfPen
The left.

See Also