Aspose::Pdf::DestinationCollection::GetExplicitDestination method
DestinationCollection::GetExplicitDestination method
Returns the explicit destination by the name.
System::SharedPtr<Annotations::ExplicitDestination> Aspose::Pdf::DestinationCollection::GetExplicitDestination(System::String destinameName, bool useCache)
Parameter | Type | Description |
---|---|---|
destinameName | System::String | The name of destination. |
useCache | bool | Determines whether cached version of collection is used or not. |
ReturnValue
The ExplicitDestination object for destination found; otherwise, null.
See Also
- Typedef SharedPtr
- Class ExplicitDestination
- Class String
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++