C_ACTION_TYPE Enumeration |
Enumeration value of action type, type based on the Adobe PDF Specification (1.7), Table 8.48: Event types.
Namespace:
ComPDFKit.PDFDocument.Action
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public enum C_ACTION_TYPE
Members
| Member name | Value | Description |
---|
| ACTION_TYPE_UNKNOWN | 0 |
Unknown type.
|
| ACTION_TYPE_GOTO | 1 |
Go to a destination in the current document.
|
| ACTION_TYPE_GOTOR | 2 |
(“Go-to remote”) Go to a destination in another document.
|
| ACTION_TYPE_GOTOE | 3 |
(“Go-to embedded”; PDF 1.6) Go to a destination in an embedded file.
|
| ACTION_TYPE_LAUNCH | 4 |
Launch an application, usually to open a file.
|
| ACTION_TYPE_THREAD | 5 |
Begin reading an article thread.
|
| ACTION_TYPE_URI | 6 |
Resolve a uniform resource identifier.
|
| ACTION_TYPE_SOUND | 7 |
(PDF 1.2) Play a sound.
|
| ACTION_TYPE_MOVIE | 8 |
(PDF 1.2) Play a movie.
|
| ACTION_TYPE_HIDE | 9 |
(PDF 1.2) Set an annotation’s Hidden flag.
|
| ACTION_TYPE_NAMED | 10 |
(PDF1.2) Execute an event predefined by the conforming reader.
|
| ACTION_TYPE_SUBMITFORM | 11 |
(PDF 1.2) Send data to a uniform resource locator.
|
| ACTION_TYPE_RESETFORM | 12 |
(PDF 1.2) Set fields to their default values.
|
| ACTION_TYPE_IMPORTDATA | 13 |
(PDF 1.2) Import field values from a file.
|
| ACTION_TYPE_JAVASCRIPT | 14 |
(PDF 1.3) Execute a JavaScript script.
|
| ACTION_TYPE_SETOCGSTATE | 15 |
(PDF 1.5) Set the states of optional content groups.
|
| ACTION_TYPE_RENDITION | 16 |
(PDF 1.5) Controls the playing of multimedia content.
|
| ACTION_TYPE_TRANS | 17 |
(PDF 1.5) Updates the display of a document, using a transition dictionary.
|
| ACTION_TYPE_GOTO3DVIEW | 18 |
(PDF 1.6) Set the current view of a 3D annotation
|
| ACTION_TYPE_UOP | 19 |
Unlock uop.
|
| ACTION_TYPE_ERROR | 255 |
Error type.
|
See Also