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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.1.20
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
See Also