Aspose::Pdf::INamedDestinationCollection::idx_set method

INamedDestinationCollection::idx_set method

Sets destination by its name.

virtual void Aspose::Pdf::INamedDestinationCollection::idx_set(System::String name, System::SharedPtr<Annotations::IAppointment> value)=0
ParameterTypeDescription
nameSystem::StringName value.
valueSystem::SharedPtr<Annotations::IAppointment>Destination object.

See Also