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 Value

Type: Double
The right margin.
Exceptions
ExceptionCondition
ArgumentExceptionIf value is less than zero.
See Also