AnnotEventType Enumeration |
Event types for Annot
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum AnnotEventType
Public Enumeration AnnotEventType
public enum class AnnotEventType
pdftron.PDF.AnnotEventType = function();
pdftron.PDF.AnnotEventType.createEnum('pdftron.PDF.AnnotEventType', false);
Members
| Member name | Value | Description |
---|
| e_action_trigger_activate | 0 | Triggered when the annotation is activated. if present, takes precedence over U entry (e_action_trigger_annot_up). |
| e_action_trigger_annot_enter | 1 | Triggered when the cursor enters the annotation's active area. |
| e_action_trigger_annot_exit | 2 | Triggered when the cursor exits the annotation's active area. |
| e_action_trigger_annot_down | 3 | Triggered when the mouse button is pressed inside the annotation’s active area. |
| e_action_trigger_annot_up | 4 | Triggered when the mouse button is released inside the annotation’s active area. |
| e_action_trigger_annot_focus | 5 | Triggered when the annotation receives the input focus. |
| e_action_trigger_annot_blur | 6 | Triggered when the annotation loses the input focus. |
| e_action_trigger_annot_page_open | 7 | Triggered when the page containing the annotation is opened. |
| e_action_trigger_annot_page_close | 8 | Triggered when the page containing the annotation is closed. |
| e_action_trigger_annot_page_visible | 9 | Triggered when the page containing the annotation becomes visible. |
| e_action_trigger_annot_page_invisible | 10 | Triggered when the page containing the annotation is no longer visible in the interactive PDF processor’s user interface. |
See Also