IptcDictionaryRemove(IptcTag, String) Method

Removes the entry for the specified tag and value from this dictionary.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public bool Remove(
	IptcTag tag,
	string value
)

Parameters

tag  IptcTag
The tag.
value  String
The value.

Return Value

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

See Also