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

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