Aspose::Page::EPS::XMP::XmpMetadata::Remove метод

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

Удаляет пару ключ/значение из коллекции.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ПараметрТипОписание
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Пара ключ/значение для удаления.

ReturnValue

true, если пара была найдена и удалена.

См. также

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

Удаляет запись из метаданных.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
ПараметрТипОписание
ключconst System::String&Ключ записи для удаления.

ReturnValue

True - если ключ удалён; иначе false.

См. также