Documents for PDF, .NET Edition Documentation
ActionGoToR Constructor(FileSpecification,DestinationBase,Boolean)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace > ActionGoToR Class > ActionGoToR Constructor : ActionGoToR Constructor(FileSpecification,DestinationBase,Boolean)
The GrapeCity.Documents.Pdf.FileSpecification object defining another file.
The GrapeCity.Documents.Pdf.DestinationBase object defining the new document view.
A flag specifying whether to open the destination document in a new window.
Initialize a new instance of the ActionGoToR class.
Syntax
'Declaration
 
Public Function New( _
   ByVal file As FileSpecification, _
   ByVal dest As DestinationBase, _
   Optional ByVal newWindow As System.Boolean _
)
public ActionGoToR( 
   FileSpecification file,
   DestinationBase dest,
   System.bool newWindow
)

Parameters

file
The GrapeCity.Documents.Pdf.FileSpecification object defining another file.
dest
The GrapeCity.Documents.Pdf.DestinationBase object defining the new document view.
newWindow
A flag specifying whether to open the destination document in a new window.
See Also

Reference

ActionGoToR Class
ActionGoToR Members
Overload List