ActionGoToR Constructor(String,DestinationBase,Boolean)
In This Topic
Initialize a new instance of the
ActionGoToR class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As DestinationBase, _
Optional ByVal As System.Boolean _
)
public ActionGoToR(
System.string ,
DestinationBase ,
System.bool
)
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