Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / TextAnnotationIcon Enumeration

In This Topic
    TextAnnotationIcon Enumeration
    In This Topic
    Specifies the possible icons used to display a TextAnnotation.
    Syntax
    'Declaration
     
    Public Enum TextAnnotationIcon 
       Inherits System.Enum
    public enum TextAnnotationIcon : System.Enum 
    Members
    MemberDescription
    CommentComment icon.
    HelpHelp icon.
    InsertInsert icon.
    KeyKey icon.
    NewParagraphNew paragraph icon.
    NoteNote icon.
    ParagraphParagraph icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Annotations.TextAnnotationIcon

    See Also