[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionGoTo

ActionGoTo Class

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

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

Constructors

Name Description
ActionGoTo()

Initialize a new instance of the ActionGoTo class.

ActionGoTo(DestinationBase)

Initialize a new instance of the ActionGoTo class.

Properties

Name Description
Dest

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

Page

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

PageIndex

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

Extension Methods