[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionGoToR

Class ActionGoToR

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

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.

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

ActionGoToR()

Initialize a new instance of the ActionGoToR class.

public ActionGoToR()

ActionGoToR(FileSpecification, DestinationBase, bool)

Initialize a new instance of the ActionGoToR class.

public ActionGoToR(FileSpecification file, DestinationBase dest, bool newWindow = false)

Parameters

file FileSpecification

The FileSpecification object defining another file.

dest DestinationBase

The DestinationBase object defining the new document view.

newWindow bool

A flag specifying whether to open the destination document in a new window.

ActionGoToR(string, DestinationBase, bool)

Initialize a new instance of the ActionGoToR class.

public ActionGoToR(string fileName, DestinationBase dest, bool newWindow = false)

Parameters

fileName string

The name of another file.

dest DestinationBase

The DestinationBase object defining the new document view.

newWindow bool

A flag specifying whether to open the destination document in a new window.

Properties

Dest

Gets the DestinationBase object defining the new document view.

public DestinationBase Dest { get; set; }

Property Value

DestinationBase

File

Gets or sets the FileSpecification object defining the another file.

public FileSpecification File { get; set; }

Property Value

FileSpecification

NewWindow

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

public bool NewWindow { get; set; }

Property Value

bool