Aspose::Pdf::INamedDestinationCollection class

INamedDestinationCollection class

Collection of Named Destinations.

class INamedDestinationCollection : public virtual System::Object

Methods

MethodDescription
virtual Add(System::String, System::SharedPtr<Annotations::IAppointment>)Adds new named destination.
virtual get_Count()Returns count of the destinations.
virtual get_Names()Gets array of names of the destinations.
virtual idx_get(System::String)Gets destination by its name.
virtual idx_set(System::String, System::SharedPtr<Annotations::IAppointment>)Sets destination by its name.
virtual Remove(System::String)Removes destination by its name.

See Also