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
Parameter | Type | Description |
---|---|---|
item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>& | The item. |
ReturnValue
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class Object
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++