Click or drag to resize

ComPDFKit.PDFDocument.Action Namespace

 
Classes
  ClassDescription
Public classCPDFAction
A PDF action may have sub-actions. When this action is triggered, its sub-actions should also be triggered in turn.
Public classCPDFGoToAction
PDF action representing a change to another page.
Public classCPDFGoToRAction
A remote go-to action is similar to an ordinary go-to event but jumps to a destination in another PDF file instead of the current file.
Public classCPDFNamedAction
Named action is an action that executes an event predefined by the viewer application. A CPDFNamedAction object represents an action with a defined name.
Public classCPDFUriAction
Action of link annotation which includes accessing to website and sending mail.
Enumerations
  EnumerationDescription
Public enumerationC_ACTION_TYPE
Enumeration value of action type, type based on the Adobe PDF Specification (1.7), Table 8.48: Event types.