MetadataDictionary.Remove Method

Removes the value with the specified key from this dictionary.

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

Syntax

C#
public virtual void Remove(
	Object key
)

Parameters

key

Type: System.Object

The Object to use as the key of the element to remove. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.

Implements

IDictionary.Remove(Object)

Remarks

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

See Also

Reference