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