Aspose::Pdf::INamedDestinationCollection clase
INamedDestinationCollection class
Collection of Named Destinations.
class INamedDestinationCollection : public virtual System::Object
Métodos
| Método | Descripción |
|---|---|
| virtual Add(System::String, System::SharedPtr<Annotations::IAppointment>) | Agrega un nuevo destino con nombre. |
| virtual get_Count() | Devuelve la cantidad de destinos. |
| virtual get_Names() | Obtiene una matriz de nombres de los destinos. |
| virtual idx_get(System::String) | Obtiene el destino por su nombre. |
| virtual idx_set(System::String, System::SharedPtr<Annotations::IAppointment>) | Establece el destino por su nombre. |
| virtual Remove(System::String) | Elimina el destino por su nombre. |
Ver también
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++