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