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
Parameter | Type | Description |
---|---|---|
name | System::String | Destination name. |
appointment | System::SharedPtr<Annotations::IAppointment> | Appointment to add. |
See Also
- Class String
- Typedef SharedPtr
- Class IAppointment
- Class NamedDestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++