Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / DestinationsNamesDests Property

In This Topic
    DestinationsNamesDests Property
    In This Topic
    Gets the dictionary of named destinations defined in the Dests entry of the Name Dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property DestinationsNamesDests As System.Collections.Generic.IDictionary(Of PdfString,IDestination)
    public System.Collections.Generic.IDictionary<PdfString,IDestination> DestinationsNamesDests {get;}
    See Also