Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionGoToR Class / Dest Property

In This Topic
    Dest Property (ActionGoToR)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.DestinationBase object defining the new document view.
    Syntax
    'Declaration
     
    Public Property Dest As DestinationBase
    public DestinationBase Dest {get; set;}
    See Also