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

In This Topic
    ExifSaturation Enumeration
    In This Topic
    Indicates the direction of saturation processing applied by the camera when the image was shot.
    Syntax
    'Declaration
     
    Public Enum ExifSaturation 
       Inherits System.Enum
    public enum ExifSaturation : System.Enum 
    Members
    MemberDescription
    HighSaturationHigh saturation
    LowSaturationLow saturation
    NormalNormal (default)
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also