DocumentNamedDestinations Property |
Collection of Named Destination in the document.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic NamedDestinationCollection NamedDestinations { get; }
Public ReadOnly Property NamedDestinations As NamedDestinationCollection
Get
public:
property NamedDestinationCollection^ NamedDestinations {
NamedDestinationCollection^ get ();
}
member NamedDestinations : NamedDestinationCollection with get
Property Value
Type:
NamedDestinationCollection
See Also