[]
Defines an action performs some viewer application action: Go to next / previous page, etc.
public class ActionNamed : ActionBase, IPdfDict
Initializes a new instance of the ActionNamed.
public ActionNamed()
Initializes a new instance of the ActionNamed.
public ActionNamed(string name)
name
stringThe name of the action.
Go to the first page of the document.
public static string FirstPage
Go to the last page of the document.
public static string LastPage
Go to the next page of the document.
public static string NextPage
Go to the previous page of the document.
public static string PrevPage
Gets or sets the name of action.
public string Name { get; set; }