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

MetadataDictionary.GetKeyDescription Method

Returns textual description for the specified key.

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

Syntax

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

Parameters

key

Type: System.Object

The key to get textual description for. Must be one of predefined keys (see static fields of ExifDictionary and IptcDictionary).

Return Value

Value that contains textual description of the key.

See Also

Reference