Document Solutions for PDF
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.

In This Topic
    ActionGoToR Constructor(String,DestinationBase,Boolean)
    In This Topic
    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