Aspose::Pdf::DestinationCollection::Add method

DestinationCollection::Add method

Adds the specified item. Collection is read-only. Always throws NotSupportedException exception.

void Aspose::Pdf::DestinationCollection::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>> &item) override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>&The item.

See Also