MailPrinterDpiY Property

Gets or sets the vertical DPI.

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

Property Value

Type: Double
The vertical DPI.

Implements

IPrintSettingsProviderDpiY
Exceptions
ExceptionCondition
ArgumentExceptionIf value is less or equal to zero.
Remarks
Default value is 96.
See Also