Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation.TriggerEvents Class / AnnotationPageClosed Property

In This Topic
    AnnotationPageClosed Property
    In This Topic
    Gets or sets an action to be performed when the page containing the annotation is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).
    Syntax
    'Declaration
     
    Public Property AnnotationPageClosed As ActionBase
    public ActionBase AnnotationPageClosed {get; set;}
    See Also