Aspose::Pdf::Facades::PdfXmpMetadata::Remove method

PdfXmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method

Removes key/value pair from the collection.

bool Aspose::Pdf::Facades::PdfXmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParameterTypeDescription
itemconst 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

PdfXmpMetadata::Remove(const System::String&) method

Removes key from the dictionary.

bool Aspose::Pdf::Facades::PdfXmpMetadata::Remove(const System::String &key) override
ParameterTypeDescription
keyconst System::String&Key which will be removed.

ReturnValue

True - if key removed; otherwise, false.

See Also

PdfXmpMetadata::Remove(DefaultMetadataProperties) method

Removes element with specified key.

void Aspose::Pdf::Facades::PdfXmpMetadata::Remove(DefaultMetadataProperties key)
ParameterTypeDescription
keyDefaultMetadataPropertiesKey of the element which will be deleted.

See Also