AnnotationUIState Property |
Gets or sets the current state of the annotation.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationState State { get; set; }
Public Property State As AnnotationState
Get
Set
Property Value
Type:
AnnotationState The current state of the annotation.
Remarks The primary usage of this property is to keep track of where the annotation is at in the creation process.
See Also