NamedDestinationCollection

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

NameTypeAccessDescription
NamedDestinationCollectionNamedDestinationCollectionReadGets the named destination collection.

Methods

SignatureDescription
NamedDestinationCollection()NamedDestinationCollectionCalls 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()intCalls Count on this NamedDestinationCollection instance.
Names()std::vector<std::string>Calls Names on this NamedDestinationCollection instance.

See Also