Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / MarkupAnnotation Class / ReferenceType Property

In This Topic
    ReferenceType Property (MarkupAnnotation)
    In This Topic
    Gets or sets the relationship (reference type) between this annotation and the annotation specified by the ReferenceAnnotation property. The referenced annotation should be on the same page with the current annotation.
    Syntax
    'Declaration
     
    Public Property ReferenceType As AnnotationReferenceType
    public AnnotationReferenceType ReferenceType {get; set;}
    See Also