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