Aspose::Pdf::INamedDestinationCollection klass
INamedDestinationCollection class
Collection of Named Destinations.
class INamedDestinationCollection : public virtual System::Object
Metoder
| Metod | Beskrivning |
|---|---|
| virtual Add(System::String, System::SharedPtr<Annotations::IAppointment>) | Lägger till ny namngiven destination. |
| virtual get_Count() | Returnerar antalet destinationer. |
| virtual get_Names() | Hämtar en array med namn på destinationerna. |
| virtual idx_get(System::String) | Hämtar destinationen efter dess namn. |
| virtual idx_set(System::String, System::SharedPtr<Annotations::IAppointment>) | Ställer in destinationen efter dess namn. |
| virtual Remove(System::String) | Tar bort destinationen efter dess namn. |
Se även
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++