PdfDocumentNamedDestinations Property |
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntaxpublic PdfNamedDestinationCollection NamedDestinations { get; }Public ReadOnly Property NamedDestinations As PdfNamedDestinationCollection
Get
Property Value
Type:
PdfNamedDestinationCollection
Remarks
This ICollection is a read-only way to access the named destinations of this document.
See Also