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

In This Topic
    ExifGainControl Enumeration
    In This Topic
    Indicates the degree of overall image gain adjustment.
    Syntax
    'Declaration
     
    Public Enum ExifGainControl 
       Inherits System.Enum
    public enum ExifGainControl : System.Enum 
    Members
    MemberDescription
    HighGainDownHigh gain down
    HighGainUpHigh gain up
    LowGainDownLow gain down
    LowGainUpLow gain up
    NoneNone
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also