Click or drag to resize

PdfDocumentNamesDestinations Property

(Optional; PDF 1.2) A name tree mapping name strings to destinations (see ).

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public PdfTree<PdfString, PdfDestination> Destinations { get; }

Property Value

PdfTreePdfString, PdfDestination
A name tree mapping name strings to destinations.
See Also