Aspose::Pdf::NamedDestinationCollection::idx_set method

NamedDestinationCollection::idx_set method

Sets appointment by its name.

void Aspose::Pdf::NamedDestinationCollection::idx_set(System::String name, System::SharedPtr<Annotations::IAppointment> value) override
ParameterTypeDescription
nameSystem::StringName of the appointment.
valueSystem::SharedPtr<Annotations::IAppointment>Appoitnemt

See Also