Table of Contents

IptcDictionary.Remove Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Remove(IptcTag)

Removes all entries for the specified tag from this dictionary.

public bool Remove(IptcTag tag)

Parameters

tag IptcTag

The tag.

Returns

bool

true if the tag was removed, false if not.

Remove(IptcTag, string)

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

public bool Remove(IptcTag tag, string value)

Parameters

tag IptcTag

The tag.

value string

The value.

Returns

bool

true if the tag was removed, false if not.