Aspose::Pdf::NamedDestinationCollection class
NamedDestinationCollection class
Class represents the collection of all destinations (a name tree mapping name strings to destinations (see 12.3.2.3, “Named Destinations”) and (see 7.7.4, “Name Dictionary”)) in the pdf document.
class NamedDestinationCollection : public Aspose::Pdf::INamedDestinationCollection
Methods
Method | Description |
---|---|
Add(System::String, System::SharedPtr<Annotations::IAppointment>) override | Add new named destination. |
get_Count() override | Count of named destinations. |
get_Names() override | List of names of the destinations. |
idx_get(System::String) override | Gets appointment by its name. |
idx_set(System::String, System::SharedPtr<Annotations::IAppointment>) override | Sets appointment by its name. |
Remove(System::String) override | Delete named destination. |
See Also
- Class INamedDestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++