Click or drag to resize

AnnotateViewerResolution Property

Gets the horizontal and vertical resolution of the viewer.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointF Resolution { get; set; }

Property Value

Type: PointF
The resolution of the viewer.

Implements

IAnnotateResolution
Remarks
This value reflects the Image resolution in the Units of the viewer. When this value is changed, either directly or by loading an image with a different resolution, the annotation size and location will render differently to match the new viewer resolution.
See Also