ImageInfo.Resolution Property |
The image resolution, usually in dots per inch.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic Dpi Resolution { get; }
Public ReadOnly Property Resolution As Dpi
Get
Property Value
Type:
Dpi The image resolution. Usually units == DotsPerInch but not always.
See Also