IptcDictionaryRemove(IptcTag) Method

Removes all entries 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(
	IptcTag tag
)

Parameters

tag  IptcTag
The tag.

Return Value

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

Implements

IMetadataDictionaryTTag, TEntryRemove(TTag)

See Also