Aspose::Pdf::NamedDestinationCollection::Add method

NamedDestinationCollection::Add method

Add new named destination.

void Aspose::Pdf::NamedDestinationCollection::Add(System::String name, System::SharedPtr<Annotations::IAppointment> appointment) override
ParameterTypeDescription
nameSystem::StringDestination name.
appointmentSystem::SharedPtr<Annotations::IAppointment>Appointment to add.

See Also