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

In This Topic
    Dest Property (OutlineNode)
    In This Topic
    Gets or sets the DestinationBase to be displayed when this OutlineNode is activated.
    Syntax
    'Declaration
     
    Public Property Dest As DestinationBase
    public DestinationBase Dest {get; set;}
    See Also