[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.NamedDestinations

NamedDestinations Property

NamedDestinations

Gets the dictionary of named destinations defined in the current document.

Declaration
public IDictionary<string, IDestination> NamedDestinations { get; }
Public ReadOnly Property NamedDestinations As IDictionary(Of String, IDestination)
Remarks

According to the PDF specification, the named destinations can be specified in two ways:

  • As a PDF Dictionary in the Dests entry of the document catalog.
  • As a PDF Name Tree in the Dests entry of the document Name Dictionary.
This property combines the destinations from both sources into a single dictionary.