PdfPaddings
Left Property
|
Gets or sets the left.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Single
The left.
See Also