Click or drag to resize

ImageSaveOptionsDpiX Property

Gets or sets the horizontal dots per inch (dpi) of the image.

Default value is NaN, which means that component specific default value will be used (currently 300).


Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public double DpiX { get; set; }

Property Value

Double
The horizontal dots per inch (dpi) of the image; that is, the dots per inch (dpi) along the x-axis.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionValue is not greater than 0.
See Also