AnnotationActionCollection
Contents
[
Hide
]AnnotationActionCollection class
Represents the collection of annotation actions.
The AnnotationActionCollection type exposes the following members:
Properties
| Name | Description |
|---|---|
| on_enter | Gets or sets an action to be performed when the cursor enters the annotation�s active area. |
| on_exit | Gets or sets an action to be performed when the cursor exits the annotation�s active area. |
| on_press_mouse_btn | Gets or sets an action to be performed when the mouse button is pressed inside the annotation�s active area. |
| on_release_mouse_btn | Gets or sets an action to be performed when the mouse button is released inside the annotation�s active area. |
| on_receive_focus | Gets or sets an action to be performed when the annotation receives the input focus. |
| on_open_page | Gets or sets an action to be performed when the page containing the annotation is opened. |
| on_close_page | Gets or sets an action to be performed when the page containing the annotation is closed. |
| on_show_page | Gets or sets an action to be performed when the page containing the annotation becomes visible in the viewer application�s user interface. |
| on_hide_page | 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. |
| on_lost_focus | Gets or sets an action to be performed when the annotation loses the input focus. |
| on_modify_character | Gets or sets an action to be performed when user modifies character of the field. |
| on_validate | Gets or sets an action to be performed when user changes contents of the field. |
| on_format | Gets or sets an action to be performed to format field value. |
| on_calculate | Gets or sets an action to calculate field value. |
Methods
| Name | Description |
|---|---|
| remove_actions() | Removes all actions of the annotation. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF