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 | Description |
| BINARY | Binary data. |
| DATA_IFD | Makernote data IFD. |
| FORMAT | EXIF_Maker note metadata format identifier. |
| PREFIX | Makernote prefix. |
| TYPE | Makernote type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearEXIFMakerNoteTagIDs
See Also