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; }
Public Property MarginTop As Double
Get
Set
public:
virtual property double MarginTop {
double get () sealed;
void set (double value) sealed;
}
abstract MarginTop : float with get, set
override MarginTop : float with get, set
Property Value
Type:
DoubleThe top margin.
Implements
IPrintSettingsProviderMarginTopExceptions See Also