XmpPackage.Item
XmpPackage indexer
Gets or sets the first XMP attribute or element value with by specified key.
public virtual XmpValue this[string key] { get; set; }
| Parameter | Description |
|---|---|
| key | The key that identifies value. |
Return Value
Returns the XmpValue by the specified key.
Property Value
The XmpValue.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | “Key is null, empty or whitespace. |
See Also
- struct XmpValue
- class XmpPackage
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging