AtalaImageResolution Property |
Get or set the Resolution of this
AtalaImage object
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Dpi Resolution { get; set; }
Public Property Resolution As Dpi
Get
Set
Property Value
Type:
Dpi The resolution, usually in Dots Per Inch of this AtalaImage object.
Remarks If the image is loaded from a file, Resolution will contain the value stored in the file. The resolution
will be persisted into new AtalaImage objects that are based off of this one.
See Also