Gets or sets the vertical DPI.
Namespace:
Aspose.Email.Printing
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic double DpiY { get; set; }
Public Property DpiY As Double
Get
Set
public:
virtual property double DpiY {
double get () sealed;
void set (double value) sealed;
}
abstract DpiY : float with get, set
override DpiY : float with get, set
Property Value
Type:
DoubleThe vertical DPI.
Implements
IPrintSettingsProviderDpiY
Exceptions
RemarksDefault value is 96.
See Also