Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationRef Class / NameTree Property

In This Topic
    NameTree Property
    In This Topic
    Gets a value indicating whether this DestinationRef references destination in Dests dictionary of PDF document or in Dests subtree of document's Name Tree.
    Syntax
    'Declaration
     
    Public ReadOnly Property NameTree As System.Nullable(Of Boolean)
    public System.Nullable<bool> NameTree {get;}
    See Also