Returns a string representation of the element with the specified key.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public string GetItemString( Object key )
Type: System.Object
The Object to use as the key of the element to get. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.If the dictionary contains several elements with a given key, this method returns all these values concatenated into the single string separated by a whitespace.