Aspose::Page::EPS::XMP::XmpMetadata::AddNamedValue método

XmpMetadata::AddNamedValue method

Agrega un valor nombrado a una estructura.

void Aspose::Page::EPS::XMP::XmpMetadata::AddNamedValue(System::String structureKey, System::String valueKey, System::SharedPtr<XmpValue> value)
ParámetroTipoDescripción
structureKeySystem::StringClave de la estructura para buscar en el diccionario.
valueKeySystem::StringNombre del valor a añadir a la estructura.
valueSystem::SharedPtr<XmpValue>Valor para agregar a la struture.

Ver también