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

In This Topic
    ExifWhiteBalance Enumeration
    In This Topic
    Indicates the use of special processing on image data, such as rendering geared to output.
    Syntax
    'Declaration
     
    Public Enum ExifWhiteBalance 
       Inherits System.Enum
    public enum ExifWhiteBalance : System.Enum 
    Members
    MemberDescription
    AutoWhiteBalanceAuto white balance
    ManualWhiteBalanceManual white balance
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also