Aspose::Pdf::NamedDestinationCollection::idx_get method

NamedDestinationCollection::idx_get method

Gets appointment by its name.

System::SharedPtr<Annotations::IAppointment> Aspose::Pdf::NamedDestinationCollection::idx_get(System::String name) override
ParameterTypeDescription
nameSystem::StringName of the appointment.

ReturnValue

Appoitnemt

See Also