ExifDictionaryRemove Method

Removes the entry for the specified tag from this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public bool Remove(
	ExifTag tag
)

Parameters

tag  ExifTag
The tag.

Return Value

Boolean
true if the tag is removed, false if not.

Implements

IMetadataDictionaryTTag, TEntryRemove(TTag)

See Also