Aspose::Pdf::INamedDestinationCollection::idx_get method

INamedDestinationCollection::idx_get method

Gets destination by its name.

virtual System::SharedPtr<Annotations::IAppointment> Aspose::Pdf::INamedDestinationCollection::idx_get(System::String name)=0
ParameterTypeDescription
nameSystem::StringName value.

ReturnValue

Destination object.

See Also