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

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