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