IptcDictionaryRemove(IptcTag, String) Method
Removes the entry for the specified tag and value from this dictionary.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public bool Remove(
IptcTag tag,
string value
)
Public Function Remove (
tag As IptcTag,
value As String
) As Boolean
- tag IptcTag
- The tag.
- value String
- The value.
Booleantrue if the tag was removed, false if not.