MetadataDictionary.SetItemArray Method

Sets multiple elements at the specified key.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void SetItemArray(
	Object key,
	Object[] value
)

Parameters

key

Type: System.Object

The Object to use as the key of elements to set. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.
value

Type: System.Object[]

An array of values to put into the dictionary at the specified key.

Remarks

If item (or several items) are already stored at specified key, this method overwrites it (or them). To check whether the item with such key exists, use Contains(Object) method.

See Also

Reference