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

In This Topic
    AnnotationReferenceType Enumeration
    In This Topic
    Specifies the possible relationships between related annotations.
    Syntax
    'Declaration
     
    Public Enum AnnotationReferenceType 
       Inherits System.Enum
    public enum AnnotationReferenceType : System.Enum 
    Members
    MemberDescription
    GroupThe current annotation and a referenced annotation is a single group.
    ReplyThe current annotation is a reply to a referenced annotation.
    Inheritance Hierarchy

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

    See Also