VintaSoft Imaging .NET SDK 14.1: 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, annotations do not generate events and cannot be modified.
    ViewAnnotations are shown in the AnnotationViewer, annotations generate events but cannot be modified.
    AuthorAnnotations are shown in the AnnotationViewer, annotations can be selected and transformed (moved, resized, rotated, changed, deleted, etc) visually.
    AnnotationEraserAnnotations are shown in the AnnotationViewer, annotations can be erased using mouse.
    PencilEraserAnnotations are shown in the AnnotationViewer, points of Ink-annotations can be erased using mouse.
    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