VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw.Ciff Namespace / CiffExifTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CiffExifTagId Enumeration
    In This Topic
    Specifies available IDs of CIFF EXIF tags.
    Syntax
    'Declaration
    
    Public Enum CiffExifTagId
       Inherits System.Enum
    
    
    public enum CiffExifTagId : System.Enum
    
    
    __value public enum CiffExifTagId : public System.Enum
    
    
    public enum class CiffExifTagId : public System.Enum
    
    
    Members
    MemberDescription
    NullRecordThe null directory entry.
    FreeBytesUnused bytes in the value.
    CanonModelIDThe unique model ID.
    DecoderTableRAW decoder table.
    SerialNumberFormatSerial number format.
    CanonFlashInfoCanon flash info.
    FocalLengthFocal length.
    CanonShotInfoThe shot information.
    CanonCameraSettingsThe camera settings.
    WhiteSampleWhite sample.
    SensorInfoSensor size and resolution information.
    CanonCustomFunctionsCanon custom functions.
    CanonAFInfoData block giving AF-specific information.
    CanonFileInfoData block giving file-specific information.
    ColorBalanceThe color balance.
    ColorTemperatureThe color temperature.
    ColorSpaceThe color space.
    RawJpgInfoData block giving embedded JPG information.
    CanonColorInfo1The color information.
    CanonColorInfo2The color information.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Raw.Ciff.CiffExifTagId

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also