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

In This Topic
    Dest Property (ActionGoTo)
    In This Topic
    Gets or sets 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