VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationInteractionMode Enumeration
    In This Topic
    Specifies available annotation interaction modes.
    Syntax
    'Declaration
    
    Public Enum AnnotationInteractionMode
       Inherits System.Enum
    
    
    public enum AnnotationInteractionMode : System.Enum
    
    
    __value public enum AnnotationInteractionMode : public System.Enum
    
    
    public enum class AnnotationInteractionMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneAnnotations are shown in the AnnotationViewer, they do not generate events and cannot be modified.
    ViewAnnotations are shown in the AnnotationViewer, they generate events but cannot be modified.
    AuthorAnnotations are shown in the AnnotationViewer, they can be selected and transformed (moved, resized, rotated, changed, deleted, etc) visually.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.UI.AnnotationInteractionMode

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also