ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearEXIFMakerNoteTagIDs Enumeration




In This Topic
    ImGearEXIFMakerNoteTagIDs Enumeration
    In This Topic
    Lists all general EXIF MakerNote tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearEXIFMakerNoteTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEXIFMakerNoteTagIDs
    public enum ImGearEXIFMakerNoteTagIDs : System.Enum 
    __value public enum ImGearEXIFMakerNoteTagIDs : public System.Enum 
    public enum class ImGearEXIFMakerNoteTagIDs : public System.Enum 
    Members
    MemberValueDescription
    BINARY1000Binary data.
    DATA_IFD1001Makernote data IFD.
    FORMAT1104EXIF_Maker note metadata format identifier.
    PREFIX2Makernote prefix.
    TYPE1Makernote type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearEXIFMakerNoteTagIDs

    See Also