Gets or sets a float value that indicates the left margin.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
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