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

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

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

    See Also