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