Aspose::Page::EPS::XMP::XmpMetadata::SetArrayItem method
XmpMetadata::SetArrayItem method
Imposta il valore in un array. Il valore precedente sarà sostituito con quello nuovo.
void Aspose::Page::EPS::XMP::XmpMetadata::SetArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| arrayKey | System::String | Chiave dell’array da cercare nel dizionario. |
| indice | int32_t | Indice del nuovo valore nell’array. |
| value | System::SharedPtr<XmpValue> | Valore da impostare nell’array. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++