Documents for PDF, .NET Edition Documentation
NamedDestinations Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : NamedDestinations Property
Gets the dictionary of destinations defined in the current document. The keys in this dictionary are the destinations' names.
Syntax
'Declaration
 
Public ReadOnly Property NamedDestinations As System.Collections.Generic.IDictionary(Of String,Destination)
public System.Collections.Generic.IDictionary<string,Destination> NamedDestinations {get;}
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members