[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionNamed

Class ActionNamed

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

Defines an action performs some viewer application action: Go to next / previous page, etc.

public class ActionNamed : ActionBase, IPdfDict
Inheritance
object
ActionNamed
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ActionNamed()

Initializes a new instance of the ActionNamed.

public ActionNamed()

ActionNamed(string)

Initializes a new instance of the ActionNamed.

public ActionNamed(string name)

Parameters

name string

The name of the action.

Fields

FirstPage

Go to the first page of the document.

public static string FirstPage

Field Value

string

LastPage

Go to the last page of the document.

public static string LastPage

Field Value

string

NextPage

Go to the next page of the document.

public static string NextPage

Field Value

string

PrevPage

Go to the previous page of the document.

public static string PrevPage

Field Value

string

Properties

Name

Gets or sets the name of action.

public string Name { get; set; }

Property Value

string