ComPDFKit.PDFDocument.Action Namespace |
Class | Description | |
---|---|---|
![]() | CPDFAction |
A PDF action may have sub-actions. When this action is triggered, its sub-actions should also be triggered in turn.
|
![]() | CPDFGoToAction |
PDF action representing a change to another page.
|
![]() | CPDFGoToRAction |
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.
|
![]() | CPDFNamedAction |
Named action is an action that executes an event predefined by the viewer application.
A CPDFNamedAction object represents an action with a defined name.
|
![]() | CPDFUriAction |
Action of link annotation which includes accessing to website and sending mail.
|
Enumeration | Description | |
---|---|---|
![]() | C_ACTION_TYPE |
Enumeration value of action type, type based on the Adobe PDF Specification (1.7), Table 8.48: Event types.
|