ImGearEXIFMakerNoteTagIDs Enumeration
In This Topic
Lists all general EXIF MakerNote tag identifiers.
Syntax
'Declaration
Public Enum ImGearEXIFMakerNoteTagIDs
Inherits System.Enum
public enum ImGearEXIFMakerNoteTagIDs : System.Enum
__value public enum ImGearEXIFMakerNoteTagIDs : public System.Enum
public enum class ImGearEXIFMakerNoteTagIDs : public System.Enum
Members
Member | Value | Description |
BINARY | 1000 | Binary data. |
DATA_IFD | 1001 | Makernote data IFD. |
FORMAT | 1104 | EXIF_Maker note metadata format identifier. |
PREFIX | 2 | Makernote prefix. |
TYPE | 1 | Makernote type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearEXIFMakerNoteTagIDs
See Also