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




In This Topic
    ImGearEXIFMakerNoteNikonType1TagIDs Enumeration
    In This Topic
    Lists all Nikon EXIF MakerNote Type 1 tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearEXIFMakerNoteNikonType1TagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEXIFMakerNoteNikonType1TagIDs
    public enum ImGearEXIFMakerNoteNikonType1TagIDs : System.Enum 
    __value public enum ImGearEXIFMakerNoteNikonType1TagIDs : public System.Enum 
    public enum class ImGearEXIFMakerNoteNikonType1TagIDs : public System.Enum 
    Members
    MemberValueDescription
    CCDSENSITIVITY6CCD sensitivity.
    COLOURMODE4Colour mode.
    CONVERTER11Converter info.
    DIGITALZOOM10Digital zoom.
    FORMAT1202EXIF_MakerNote_NikonType metadata format identifier.
    IMAGEADJUSTMENT5Image adjustment.
    QUALITY3Image quality setting.
    WHITEBALANCE8White balance.
    WHITEBALANCELOOKUP7White balance lookup.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearEXIFMakerNoteNikonType1TagIDs

    See Also