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; }
ParameterDescription
keyThe key that identifies value.

Return Value

Returns the XmpValue by the specified key.

Property Value

The XmpValue.

Exceptions

exceptioncondition
ArgumentException“Key is null, empty or whitespace.

See Also