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

MetadataDictionary.Remove Method

Removes the item with specified key.

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

Syntax

Visual Basic
Public Overridable Sub Remove ( _
	key As Object _
)
C#
public virtual void Remove(
	Object key
)

Parameters

key

Type: System.Object

Key of the object to remove. Typically it is a number that represents an EXIF or IPTC tag. Most used tags are available as static members of ExifDictionary and IptcDictionary.

Remarks

If specified key was not found, method just do nothing.

See Also

Reference