ExifTag Class

Represents a tag for EXIF (Exchangeable Image File Format) 2.32 specification.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public class ExifTag
Inheritance
Object    ExifTag

Constructors

ExifTag Initializes a new instance of the ExifTag class.

Properties

DescriptionGets the textual description of this EXIF tag.
GroupGets the group (IFD) of this EXIF tag.
HexIdGets the hex id of this EXIF tag.
IdGets the decimal id of this EXIF tag.
NameGets the name of this EXIF tag.
NameWithGroupGets the name with group of this EXIF tag.
TypeGets the type allowed for values of this EXIF tag.

Methods

EqualsDetermines whether this instance and a specified object, which must also be a ExifTag object, have the same value.
(Overrides ObjectEquals(Object))
GetHashCodeReturns the hash code for this instance.
(Overrides ObjectGetHashCode)
ToString Returns a string that represents this EXIF tag.
(Overrides ObjectToString)

See Also