Aspose::Pdf::DestinationCollection::Remove method

DestinationCollection::Remove method

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

bool Aspose::Pdf::DestinationCollection::Remove(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.

ReturnValue

See Also