Gets or sets a float value that indicates the left margin.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic double Left { get; set; }
Public Property Left As Double
Get
Set
public:
property double Left {
double get ();
void set (double value);
}
member Left : float with get, set
Property Value
Type:
Double
See Also