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

In This Topic
    AnnotationPageHide Property
    In This Topic
    Gets or sets an action to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
    Syntax
    'Declaration
     
    Public Property AnnotationPageHide As ActionBase
    public ActionBase AnnotationPageHide {get; set;}
    See Also