[]
Represents an action that performs some viewer application action such as go to next or previous page, etc.
public class ActionNamed : ActionBase, IPdfDict
Public Class ActionNamed
Inherits ActionBase
Implements IPdfDict
| Name | Description |
|---|---|
| ActionNamed() | Initializes a new instance of the ActionNamed. |
| ActionNamed(string) | Initializes a new instance of the ActionNamed. |
| Name | Description |
|---|---|
| FirstPage | Go to the first page of the document. |
| LastPage | Go to the last page of the document. |
| NextPage | Go to the next page of the document. |
| PrevPage | Go to the previous page of the document. |
| Name | Description |
|---|---|
| Name | Gets or sets the name of action. |