Aspose::Pdf::INamedDestinationCollection class
INamedDestinationCollection class
Collection of Named Destinations.
class INamedDestinationCollection : public virtual System::Object
Methods
Method | Description |
---|---|
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
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++