PDFActionType¶
Namespace: O2S.Components.PDF4NET.Actions
Specifies the supproted types of actions.
Inheritance Object → ValueType → Enum → PDFActionType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown action. |
| GoTo3DView | 1 | Go to 3D view action. |
| GoTo | 2 | Go to page action. |
| Hide | 3 | Hide annotations/form fields action. |
| JavaScript | 4 | JavaScript action. |
| Launch | 5 | Launch action. |
| Named | 6 | Named action. |
| RemoteGoTo | 7 | Go to a page in a remote document action. |
| ResetForm | 8 | Reset form action. |
| SetOcgState | 9 | Set OCG state action. |
| SubmitForm | 10 | Submit form action. |
| Uri | 11 | URI action. |
| Rendition | 12 | Rendition action. |