MailPrinterMarginTop Property

Gets or sets the top margin.

Namespace:  Aspose.Email.Printing
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public double MarginTop { get; set; }

Property Value

Type: Double
The top margin.

Implements

IPrintSettingsProviderMarginTop
Exceptions
ExceptionCondition
ArgumentExceptionIf value is less than zero.
See Also