Pdf |
The PdfAnnotationLevelActions type exposes the following members.
Name | Description | |
---|---|---|
AnnotationBlurred | Gets or sets the PdfAction to be performed when the annotation loses the input focus. | |
AnnotationDown | Gets or sets the PdfAction to be performed when the mouse button is pressed inside the annotation’s active area. | |
AnnotationEnter | Gets or sets the PdfAction to be performed when the cursor enters the annotation’s active area. | |
AnnotationExit | Gets or sets the PdfAction to be performed when the cursor exits the annotation’s active area. | |
AnnotationFocused | Gets or sets the PdfAction to be performed when the annotation receives the input focus. | |
AnnotationPageClose | Gets or sets the PdfAction 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 bookmark item). The action is executed before the PageClosed action, if present. | |
AnnotationPageInvisible | Gets or sets the PdfAction to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface. | |
AnnotationPageOpen | Gets or sets the PdfAction 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 bookmark item). The action is executed after the PageOpened action and the OpenAction in the PdfDocument class, if such actions are present. | |
AnnotationPageVisible | Gets or sets the PdfAction to be performed when the page containing the annotation becomes visible in the viewer application’s user interface. | |
AnnotationUp | Gets or sets the PdfAction to be performed when the mouse button is released inside the annotation’s active area. |