Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / PopupAnnotation Class / Parent Property

In This Topic
    Parent Property (PopupAnnotation)
    In This Topic
    Gets the parent MarkupAnnotation of the current annotation. This property changes when the ReferenceAnnotation is changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As MarkupAnnotation
    public MarkupAnnotation Parent {get;}
    See Also