 | PdfDocumentNamedDestinations Property |
Gets the collection of named destinations found in the PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic PdfDestinationCollections NamedDestinations { get; }Public ReadOnly Property NamedDestinations As PdfDestinationCollections
Get
public:
property PdfDestinationCollections^ NamedDestinations {
PdfDestinationCollections^ get ();
}member NamedDestinations : PdfDestinationCollections with get
/** @property */
public PdfDestinationCollections get_NamedDestinations()
function get_NamedDestinations();
Property Value
PdfDestinationCollections
See Also