MetadataDictionary.GetKeyDescription Method

Returns a textual description for the specified key.

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

Syntax

C#
public string GetKeyDescription(
	Object key
)

Parameters

key

Type: System.Object

The Object to use as the key to get textual description for. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.

Return Value

A textual description of the key.

See Also

Reference