|
This class represents the annotation additional-actions
dictionary. This is definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 194,
page 415.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 197, page 504.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.AnnotationAdditionalActionsElement
An annotation additional-actions dictionary associates actions
with specific interaction events on an annotation. Entry keys name
the triggering event and corresponding values are action
dictionaries to execute.
Cursor-enter (E) and cursor-exit (X) fire when the mouse moves
in or out of the active area. Mouse-down (D) and mouse-up (U) fire
during a click. Focus (Fo), blur (Bl), page-open (PO), page-close
(PC), page-visible (PV), and page-invisible (PI) handle focus and
page navigation events.
|