MailPrinter.DpiY

MailPrinter.DpiY property

Gets or sets the vertical DPI.

public double DpiY { get; set; }

Property Value

The vertical DPI.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less or equal to zero.

Remarks

Default value is 96.

See Also