Click or drag to resize

AnnotEventType Enumeration

Event types for Annot

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum AnnotEventType
Members
  Member nameValueDescription
e_action_trigger_activate0Triggered when the annotation is activated. if present, takes precedence over U entry (e_action_trigger_annot_up).
e_action_trigger_annot_enter1Triggered when the cursor enters the annotation's active area.
e_action_trigger_annot_exit2Triggered when the cursor exits the annotation's active area.
e_action_trigger_annot_down3Triggered when the mouse button is pressed inside the annotation’s active area.
e_action_trigger_annot_up4Triggered when the mouse button is released inside the annotation’s active area.
e_action_trigger_annot_focus5Triggered when the annotation receives the input focus.
e_action_trigger_annot_blur6Triggered when the annotation loses the input focus.
e_action_trigger_annot_page_open7Triggered when the page containing the annotation is opened.
e_action_trigger_annot_page_close8Triggered when the page containing the annotation is closed.
e_action_trigger_annot_page_visible9Triggered when the page containing the annotation becomes visible.
e_action_trigger_annot_page_invisible10Triggered when the page containing the annotation is no longer visible in the interactive PDF processor’s user interface.
See Also