| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaWhiteBalanceMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaWhiteBalanceMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaWhiteBalanceMode : public Enum  | |
| Member | Description | 
|---|---|
| Manual | The white balance is set directly using the WiaPropertyId.CameraDeviceRGBGain property. | 
| Auto | The camera uses an automatic mechanism to set the white balance. | 
| OnePushAuto | The camera determines the white balance setting when a user presses the capture button while pointing the camera at a white surface. | 
| Daylight | The camera sets the white balance to a value appropriate for use in daylight conditions. | 
| Florescent | The camera sets the white balance to a value appropriate for use with a fluorescent light source. | 
| Tungsten | The camera sets the white balance to a value appropriate for use with a tungsten light source. | 
| Flash | The camera sets the white balance to a value appropriate for use with an electronic flash. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaWhiteBalanceMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code