[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionNamed

ActionNamed Class

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

Inheritance
ActionNamed
Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionNamed : ActionBase, IPdfDict
Public Class ActionNamed
    Inherits ActionBase
    Implements IPdfDict

Constructors

Name Description
ActionNamed()

Initializes a new instance of the ActionNamed.

ActionNamed(string)

Initializes a new instance of the ActionNamed.

Fields

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.

Properties

Name Description
Name

Gets or sets the name of action.

Extension Methods