IPrintSettingsProvider.DpiX

IPrintSettingsProvider.DpiX property

Gets or sets the horizontal DPI.

public double DpiX { get; set; }

Property Value

The horizontal DPI.

Exceptions

exceptioncondition
ArgumentExceptionIf value is less or equal to zero.

Remarks

Default value is 96.

See Also