PDFActionName¶
Namespace: O2S.Components.PDF4NET.Actions
Predefined actions expected to be supported by any PDF viewers.
Inheritance Object → ValueType → Enum → PDFActionName
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NextPage | 0 | Go to next page in the document. |
| PrevPage | 1 | Go to previous page in the document. |
| FirstPage | 2 | Go to first page in the document. |
| LastPage | 3 | Go to last page in the document. |
| 4 | Print the document. |