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