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




In This Topic
    ImGearEXIFMakerNotePentaxTagIDs Enumeration
    In This Topic
    Lists all Pentax EXIF MakerNote tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearEXIFMakerNotePentaxTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEXIFMakerNotePentaxTagIDs
    public enum ImGearEXIFMakerNotePentaxTagIDs : System.Enum 
    __value public enum ImGearEXIFMakerNotePentaxTagIDs : public System.Enum 
    public enum class ImGearEXIFMakerNotePentaxTagIDs : public System.Enum 
    Members
    MemberValueDescription
    CAPTUREMODE1Capture mode.
    COLOUR23Colour information.
    CONTRAST12Pentax MakerNote ñontrast.
    DAYLIGHTSAVINGS4097Daylight savings.
    DIGITALZOOM10Digital zoom.
    FLASHMODE3Flash mode.
    FOCUSMODE3Focus mode.
    FORMAT1201EXIF_MakerNote_Pentax metadata format identifier.
    ISOSPEED20ISO speed.
    PRINTIMAGEMMATCHINGINFO3584Print image matching info.
    QUALITYLEVEL2Quality level.
    SATURATION13Pentax MakerNote ûaturation.
    SHARPNESS11Pentax MakerNote ûharpness.
    TIMEZONE4096Time zone.
    WHITEBALANCE7White balance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearEXIFMakerNotePentaxTagIDs

    See Also