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

ExifDictionary.GetItemInfo Method

Returns the information about the EXIF item by the key.

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

Syntax

Visual Basic
Public Function GetItemInfo ( _
	key As Object _
) As ExifItemInfo
C#
public ExifItemInfo GetItemInfo(
	Object key
)

Parameters

key

Type: System.Object

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

Return Value

An ExifItemInfo structure that contains the information about the item.

See Also

Reference