Aurigma Graphics Mill 5.5 for .NET
MetadataDictionary..::.SetItemArray Method
Sets multiple items at specified key.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Parameters
- key
-
Type: System..::.Object
Key of the objects to set. Typically it is a number that represents an EXIF or IPTC tag. Most used tags are available as static members of ExifDictionary and IptcDictionary.
- value
-
Type: array< System..::.Object >[]()[]
An array of values to put into the dictionary at 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.