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

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Actions Namespace > ActionGoToR Class > ActionGoToR Constructor : ActionGoToR Constructor(String,DestinationBase,Boolean)
The name of 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 fileName As System.String, _
   ByVal dest As DestinationBase, _
   Optional ByVal newWindow As System.Boolean _
)
public ActionGoToR( 
   System.string fileName,
   DestinationBase dest,
   System.bool newWindow
)

Parameters

fileName
The name of 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