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