ExifDictionary.Contains Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Determines whether this dictionary contains an entry with the specified tag.
public bool Contains(ExifTag tag)
Parameters
tagExifTagThe tag.
Returns
- bool
true if the tag is found, false if not.