ExifTag Class
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Represents a tag for EXIF (Exchangeable Image File Format) 2.32 specification.
public class ExifTag
- Inheritance
-
ExifTag
Constructors
| ExifTag(int, string, string, string, string) |
Initializes a new instance of the ExifTag class. |
Properties
| Description |
Gets the textual description of this EXIF tag. |
| Group |
Gets the group (IFD) of this EXIF tag. |
| HexId |
Gets the hex id of this EXIF tag. |
| Id |
Gets the decimal id of this EXIF tag. |
| Name |
Gets the name of this EXIF tag. |
| NameWithGroup |
Gets the name with group of this EXIF tag. |
| Type |
Gets the type allowed for values of this EXIF tag. |
Methods
| Equals(object) |
Determines whether this instance and a specified object, which must also be a ExifTag object, have the same value. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns a string that represents this EXIF tag. |