NamedDestinationCollection
Overview
NamedDestinationCollection is a class in Aspose.PDF FOSS for C++.
This class provides 6 methods for working with NamedDestinationCollection objects in C++ programs.
Available methods include: Add, Count, NamedDestinationCollection, Names, Remove.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: NamedDestinationCollection.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
NamedDestinationCollection | NamedDestinationCollection | Read | Gets the named destination collection. |
Methods
| Signature | Description |
|---|---|
NamedDestinationCollection() → NamedDestinationCollection | Calls NamedDestinationCollection on this NamedDestinationCollection instance. |
NamedDestinationCollection() | |
Add(name: std::string, appointment: Aspose::Pdf::Annotations::IAppointment) | Calls Add(name, appointment) on this NamedDestinationCollection instance. |
Remove(name: std::string) | Calls Remove(name) on this NamedDestinationCollection instance. |
Count() → int | Calls Count on this NamedDestinationCollection instance. |
Names() → std::vector<std::string> | Calls Names on this NamedDestinationCollection instance. |