[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionGoToR

ActionGoToR Class

Defines a remote go-to action is similar to an ordinary go-to action ActionGoTo but jumps to a destination in another PDF file instead of the current file.

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

Constructors

Name Description
ActionGoToR()

Initialize a new instance of the ActionGoToR class.

ActionGoToR(FileSpecification, DestinationBase, bool)

Initialize a new instance of the ActionGoToR class.

ActionGoToR(string, DestinationBase, bool)

Initialize a new instance of the ActionGoToR class.

Properties

Name Description
Dest

Gets the DestinationBase object defining the new document view.

File

Gets or sets the FileSpecification object defining the another file.

NewWindow

Gets a value indicating whether to open the destination document in a new window.

Extension Methods