MarginInfoBottom Property |
Gets or sets a float value that indicates the bottom margin.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double Bottom { get; set; }
Public Property Bottom As Double
Get
Set
public:
property double Bottom {
double get ();
void set (double value);
}
member Bottom : float with get, set
Property Value
Type:
Double
See Also