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