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)
ParameterTypeDescription
destinameNameSystem::StringThe name of destination.
useCacheboolDetermines whether cached version of collection is used or not.

ReturnValue

The ExplicitDestination object for destination found; otherwise, null.

See Also