PdfDocumentNamesDestinations Property |
(Optional; PDF 1.2) A name tree mapping name strings to destinations (see ).
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfTree<PdfString, PdfDestination> Destinations { get; }Public ReadOnly Property Destinations As PdfTree(Of PdfString, PdfDestination)
Get
Property Value
PdfTreePdfString,
PdfDestination
A name tree mapping name strings to destinations.
See Also