ExifDictionary.GetItemInfo Method

Returns the ExifItemInfo containing the information about the EXIF item with the specified key.

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

Syntax

C#
public ExifItemInfo GetItemInfo(
	Object key
)

Parameters

key

Type: System.Object

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

Return Value

An ExifItemInfo containing the information about the EXIF item.

See Also

Reference