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

In This Topic
    Popup Property
    In This Topic
    Gets or sets the PopupAnnotation annotation for entering or editing text associated with this annotation. Setting this property changes the PopupAnnotation.Parent property. A separate PopupAnnotation allows defining additional properties of the popup window: color, position etc.
    Syntax
    'Declaration
     
    Public Property Popup As PopupAnnotation
    public PopupAnnotation Popup {get; set;}
    See Also