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.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public double DpiY { get; set; }
Public Property DpiY As Double
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 Exception | Condition |
---|
ArgumentOutOfRangeException | Value is not greater than 0. |
See Also