IPrintSettingsProviderMarginBottom Property |
Gets or sets the bottom margin.
Namespace:
Aspose.Email.Printing
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxdouble MarginBottom { get; set; }
Property MarginBottom As Double
Get
Set
property double MarginBottom {
double get ();
void set (double value);
}
abstract MarginBottom : float with get, set
Property Value
Type:
DoubleThe bottom margin.
Exceptions
See Also