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

In This Topic
    FileAttachmentAnnotationIcon Enumeration
    In This Topic
    Specifies the type of attachment icon to use.
    Syntax
    'Declaration
     
    Public Enum FileAttachmentAnnotationIcon 
       Inherits System.Enum
    public enum FileAttachmentAnnotationIcon : System.Enum 
    Members
    MemberDescription
    GraphGraph attachment icon.
    PaperclipPaper Clip attachment icon.
    PushPinPushpin attachment icon.
    TagTag attachment icon.
    Inheritance Hierarchy

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

    See Also