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