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

MetadataDictionary.Contains Method

Checks whether the dictionary contains an element with the specified key.

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

Syntax

Visual Basic
Public Overridable Function Contains ( _
	key As Object _
) As Boolean
C#
public virtual bool Contains(
	Object key
)

Parameters

key

Type: System.Object

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

Value that equals to true when dictionary contains any data at specified key, otherwise false.

See Also

Reference