[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionGoTo

Class ActionGoTo

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

Defines a go-to action changes the view to a specified destination (page, location, and magnification factor), defined by the DestinationBase object.

public class ActionGoTo : ActionBase, IPdfDict, IDestination
Inheritance
object
ActionGoTo
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

ActionGoTo()

Initialize a new instance of the ActionGoTo class.

public ActionGoTo()

ActionGoTo(DestinationBase)

Initialize a new instance of the ActionGoTo class.

public ActionGoTo(DestinationBase dest)

Parameters

dest DestinationBase

The DestinationBase object defining the new document view.

Properties

Dest

Gets or sets the DestinationBase object defining the new document view.

public DestinationBase Dest { get; set; }

Property Value

DestinationBase

Page

Gets this destination's target Page object. Returns null if the target page was specified by index.

public Page Page { get; }

Property Value

Page

PageIndex

Gets the index of this destination's target page. Returns null if the target page was specified as a Page object.

public int? PageIndex { get; }

Property Value

int?