VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / StickyNoteIconType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    StickyNoteIconType Enumeration
    In This Topic
    Specifies available icons of sticky note annotation when annotation is collapsed.
    Syntax
    'Declaration
    
    Public Enum StickyNoteIconType
       Inherits System.Enum
    
    
    public enum StickyNoteIconType : System.Enum
    
    
    __value public enum StickyNoteIconType : public System.Enum
    
    
    public enum class StickyNoteIconType : public System.Enum
    
    
    Members
    MemberDescription
    CustomCustom (user) icon.
    CommentStandard icon for comment.
    InsertStandard icon for insert.
    NoteStandard icon for note.
    ParagraphStandard icon for paragraph.
    NewParagraphStandard icon for new paragraph.
    KeyStandard icon for key.
    HelpStandard icon for help.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.StickyNoteIconType

    Requirements

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

    See Also