Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue method

XmpMetadata::SetNamedValue method

Imposta il valore nominato in una struttura. Il valore nominato precedente, se già esiste, sarà sostituito con quello nuovo.

void Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue(System::String structureKey, System::String valueKey, System::SharedPtr<XmpValue> value)
ParametroTipoDescrizione
structureKeySystem::StringChiave della struttura da cercare nel dizionario.
valueKeySystem::StringNome del valore da impostare nella struttura.
valueSystem::SharedPtr<XmpValue>Valore da impostare nella struttura.

Vedi anche