Aspose::Pdf::DestinationCollection class
Contenido
[
Ocultar
]DestinationCollection class
Clase que representa la colección de todos los destinos (un árbol de nombres que asigna cadenas de nombres a destinos (ver 12.3.2.3, “Destinos con nombre”) y (ver 7.7.4, “Diccionario de nombres”)) en el documento pdf.
class DestinationCollection : public System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>>
Métodos
| Método | Descripción |
|---|---|
| Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>&) override | Agrega el elemento especificado. Collection es de solo lectura. Siempre lanza una excepción NotSupportedException. |
| Clear() override | Collection es de solo lectura. Siempre lanza una excepción NotSupportedException. |
| Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>&) const override | Determina si esta instancia contiene el objeto. |
| CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>>, int32_t) override | Copia los elementos de la colección a una matriz, comenzando en un índice de matriz específico. |
| get_Count() const override | Obtiene el número de elementos contenidos en la colección. |
| get_IsReadOnly() const override | Obtiene un valor que indica si la colección es de solo lectura. |
| GetEnumerator() override | Devuelve el enumerador. |
| GetExplicitDestination(const System::String&, bool) | Devuelve el destino explícito por el nombre. |
| GetPageNumber(const System::String&, bool) | Devuelve el número de página del destino por el nombre. |
| idx_get(int32_t) | Obtiene el objeto de destino por índice. |
| IndexOf(System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>) const | Devuelve el índice del destino en la colección. |
| Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>&) override | Elimina el elemento especificado. Collection es de solo lectura. Siempre lanza la excepción NotSupportedException. |
Ver también
- Class ICollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++