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

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