This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataDictionary.GetItemString Method

Gets a string representation of the item with the specified key.

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

Syntax

Visual Basic
Public Function GetItemString ( _
	key As Object _
) As String
C#
public string GetItemString(
	Object key
)

Parameters

key

Type: System.Object

Key of the object to get or 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.

Return Value

A string representation for the item to get.

Remarks

If at this key several values are stored, this property will return all these values concatenated into the single string separated by the whitespace.

See Also

Reference