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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| structureKey | System::String | Chiave della struttura da cercare nel dizionario. |
| valueKey | System::String | Nome del valore da impostare nella struttura. |
| value | System::SharedPtr<XmpValue> | Valore da impostare nella struttura. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++