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




In This Topic
    ImGearEXIFTagIDs Enumeration
    In This Topic
    Lists all EXIF tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearEXIFTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEXIFTagIDs
    public enum ImGearEXIFTagIDs : System.Enum 
    __value public enum ImGearEXIFTagIDs : public System.Enum 
    public enum class ImGearEXIFTagIDs : public System.Enum 
    Members
    MemberValueDescription
    APERTUREVALUE37378Aperture value.
    BRIGHTNESSVALUE37379Brightness value.
    CFAPATTERN41730CFA pattern.
    COLORSPACE40961Color space.
    COMPONENTCONFIGURATION37121Components configuration.
    COMPRESSEDBITSPERPIXEL37122Compressed bits per pixel.
    CONTRAST41992Indicates the direction of contrast processing applied by the camera when the image was shot.
    CUSTOMRENDERED41985Custom rendered.
    DATETIMEDIGITIZED36868Date time digitized.
    DATETIMEORIGINAL36867Date time original.
    DEVICESETTINGDESCRIPTION41995Device setting description.
    DIGITALZOOMRATIO41988Digital zoom ratio.
    EXPOSUREBIASVALUE37380Exposure bias value.
    EXPOSUREINDEX41493Exposure index.
    EXPOSUREMODE41986Exposure mode.
    EXPOSUREPROGRAM34850Exposure program.
    EXPOSURETIME33434Exposure time.
    FILESOURCE41728File source.
    FLASH37385Indicates weither or not flash used when the image was captured.
    FLASHENERGY41483Flash energy.
    FLASHPIXVERSION40960Flash pix version.
    FNUMBER33437F number value.
    FOCALLENGTH37386Focal length.
    FOCALLENGTHIN35MMFILM41989Focal length in 35mm film.
    FOCALPLANERESOLUTIONUNIT41488Focal plane resolution unit.
    FOCALPLANEXRESOLUTION41486Focal plane X resolution.
    FOCALPLANEYRESOLUTION41487Focal plane Y resolution.
    FORMAT1100EXIF metadata format identifier.
    GAINCONTROL41991Gain control.
    HEADER59935This enumeration value is for internal use only.
    IMAGEUNIQUEID42016Indicates an identifier assigned uniquely to each image.
    INTEROPERABILITYIFD40965Interoperability IFD pointer.
    ISOSPEEDRATING34855ISO speed ratings.
    LIGHTSOURCE37384Light source.
    MAKERNOTE37500Maker note.
    MAXAPERTUREVALUE37381Max aperture value.
    METERINGMODE37383Metering mode.
    OECF34856Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524.
    PIXELXDIMENSION40962Pixel X dimension.
    PIXELYDIMENSION40963Pixel Y dimension.
    RELATEDSOUNDFILE40964Related sound file.
    SATURATION41993Indicates the direction of saturation processing applied by the camera when the image was shot.
    SCENECAPTURETYPE41990Scene capture type.
    SCENETYPE41729Scene type.
    SENSINGMETHOD41495Sensing method.
    SHARPNESS41994Indicates the direction of sharpness processing applied by the camera when the image was shot.
    SHUTTERSPEEDVALUE37377Shutter speed value.
    SPATIALFREQUENCYRESPONSE41484Spatial frequency response.
    SPECTRALSENSITIVITY34852Spectral sensitivity.
    SUBJECTAREA37396Subject area.
    SUBJECTDISTANCE37382Subject distance.
    SUBJECTDISTANCERANGE41996Subject distance range.
    SUBJECTLOCATION41492Subject location.
    SUBSECTIME37520Sub sec time.
    SUBSECTIMEDIGITIZED37522Sub sec time digitized.
    SUBSECTIMEORIGINAL37521Sub sec time original.
    USERCOMMENT37510User comment.
    VERSION36864Exif version.
    WHITEBALANCE41987White balance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearEXIFTagIDs

    See Also