AnnotateViewerUnits Property |
Gets or sets the units of measure used for the annotation Location and
Size.
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 AnnotationUnit Units { get; set; }
Public Property Units As AnnotationUnit
Get
Set
Property Value
Type:
AnnotationUnitThe unit of measure for the annotations.
Implements
IAnnotateUnitsRemarks This property can only be changed when there are no annotations loaded.
See Also