Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifLightSource Enumeration

In This Topic
    ExifLightSource Enumeration
    In This Topic
    The kind of light source.
    Syntax
    'Declaration
     
    Public Enum ExifLightSource 
       Inherits System.Enum
    public enum ExifLightSource : System.Enum 
    Members
    MemberDescription
    CloudyWeatherCloudy weather
    CoolWhiteFluorescentCool white fluorescent (W 3800 - 4500K)
    D50D50
    D55D55
    D65D65
    D75D75
    DaylightDaylight
    DaylightFluorescentDaylight fluorescent (D 5700 - 7100K)
    DayWhiteFluorescentDay white fluorescent (N 4600 - 5500K)
    FineWeatherFine weather
    FlashFlash
    FluorescentFluorescent
    ISOStudioTungstenISO studio tungsten
    NotDefinedNot defined (default).
    OtherLightSourceOther light source
    ShadeShade
    StandardLightAStandard light A
    StandardLightBStandard light B
    StandardLightCStandard light C
    TungstenTungsten (incandescent light)
    UnknownUnrecognized value
    WarmWhiteFluorescentWarm white fluorescent (L 2600 - 3250K)
    WhiteFluorescentWhite fluorescent (WW 3250 - 3800K)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.ExifLightSource

    See Also