Click or drag to resize

ImageSaveOptionsDpiY Property

Gets or sets the vertical 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 DpiY { get; set; }

Property Value

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