[]
Defines an action performs some viewer application action: Go to next / 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. |