MetadataDictionary.GetItemString Method

Returns a string representation of the element with the specified key.

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

Syntax

C#
public string GetItemString(
	Object key
)

Parameters

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.

Return Value

A string representation for the element with the specified key.

Remarks

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.

See Also

Reference