Aspose::Page::EPS::XMP::XmpMetadata::Remove method

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

Rimuove la coppia chiave/valore dalla collezione.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParametroTipoDescrizione
itemconst System::Collections::Generic::KeyValuePair\<System::String, System::SharedPtr\<XmpValue\>\>\&Coppia chiave/valore da rimuovere.

ReturnValue

true se la coppia è stata trovata e rimossa.

Vedi anche

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

Rimuove la voce dai metadati.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
ParametroTipoDescrizione
chiaveconst System::String&La chiave della voce da rimuovere.

ReturnValue

True - se la chiave è rimossa; altrimenti, false.

Vedi anche