Aspose::Pdf::Metadata::Remove method
Metadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Removes key/value pair from the colleciton.
bool Aspose::Pdf::Metadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
Parameter | Type | Description |
---|---|---|
item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Key/value pair to be removed. |
ReturnValue
true if pair was found and removed.
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Metadata::Remove(const System::String&) method
Removes entry from metadata.
bool Aspose::Pdf::Metadata::Remove(const System::String &key) override
Parameter | Type | Description |
---|---|---|
key | const System::String& | The key of entry to remove. |
ReturnValue
True - if key removed; otherwise, false.
See Also
- Class String
- Class Metadata
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++