Removes the value with the specified key from this dictionary.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public virtual void Remove(
Object 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.IDictionary.Remove(Object)