public abstract class ExifDictionaryBase extends Object
Represents EXIF base dictionary.
public final TiffTag[] getTags()
Gets or sets array of TiffTag
presented in IFD/GPS segments.
ArgumentNullException
- Value cannot be null.
Value:
The tags.
public final void setTags(TiffTag[] value)
Gets or sets array of TiffTag
presented in IFD/GPS segments.
ArgumentNullException
- Value cannot be null.
Value:
The tags.
public final TiffTag readByTagId(int tagId)