MailPrinterPageWidth Property

Gets or sets the width of the page.

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

Property Value

Type: Double
The width of the page.

Implements

IPrintSettingsProviderPageWidth
Exceptions
ExceptionCondition
ArgumentExceptionIf value is less or equal to zero.
See Also