Aspose::Pdf::INamedDestinationCollection::Add method

INamedDestinationCollection::Add method

Adds new named destination.

virtual void Aspose::Pdf::INamedDestinationCollection::Add(System::String name, System::SharedPtr<Annotations::IAppointment> appointment)=0
ParameterTypeDescription
nameSystem::StringName value.
appointmentSystem::SharedPtr<Annotations::IAppointment>Appointment object.

See Also