Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionGoTo Class / ActionGoTo Constructor / ActionGoTo Constructor(DestinationBase)
The GrapeCity.Documents.Pdf.DestinationBase object defining the new document view.

In This Topic
    ActionGoTo Constructor(DestinationBase)
    In This Topic
    Initialize a new instance of the ActionGoTo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dest As DestinationBase _
    )
    public ActionGoTo( 
       DestinationBase dest
    )

    Parameters

    dest
    The GrapeCity.Documents.Pdf.DestinationBase object defining the new document view.
    See Also