DocumentDestinations Property |
Gets the collection of destinations.
Obsolete. Please use NamedDestinations.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic DestinationCollection Destinations { get; }
Public ReadOnly Property Destinations As DestinationCollection
Get
public:
property DestinationCollection^ Destinations {
DestinationCollection^ get ();
}
member Destinations : DestinationCollection with get
Property Value
Type:
DestinationCollection
See Also