[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionGoToR.-ctor

ActionGoToR Constructor

ActionGoToR()

Initialize a new instance of the ActionGoToR class.

Declaration
public ActionGoToR()
Public Sub New()

ActionGoToR(FileSpecification, DestinationBase, bool)

Initialize a new instance of the ActionGoToR class.

Declaration
public ActionGoToR(FileSpecification file, DestinationBase dest, bool newWindow = false)
Public Sub New(file As FileSpecification, dest As DestinationBase, Optional newWindow As Boolean = False)
Parameters
Type Name Description
FileSpecification file

The FileSpecification object defining another file.

DestinationBase dest

The DestinationBase object defining the new document view.

bool newWindow

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.

Declaration
public ActionGoToR(string fileName, DestinationBase dest, bool newWindow = false)
Public Sub New(fileName As String, dest As DestinationBase, Optional newWindow As Boolean = False)
Parameters
Type Name Description
string fileName

The name of another file.

DestinationBase dest

The DestinationBase object defining the new document view.

bool newWindow

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