Aspose::Pdf::DestinationCollection::GetExplicitDestination method
DestinationCollection::GetExplicitDestination method
Devuelve el destino explícito por el nombre.
System::SharedPtr<Annotations::ExplicitDestination> Aspose::Pdf::DestinationCollection::GetExplicitDestination(const System::String &destinameName, bool useCache)
| Parámetro | Tipo | Descripción |
|---|---|---|
| destinameName | const System::String& | El nombre del destino. |
| useCache | bool | Determina si se utiliza la versión en caché de la colección o no. |
ReturnValue
El objeto ExplicitDestination para el destino encontrado; de lo contrario, null.
Ver también
- Typedef SharedPtr
- Class ExplicitDestination
- Class String
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++