| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaExposureMeteringMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaExposureMeteringMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaExposureMeteringMode : public Enum  | |
| Member | Description | 
|---|---|
| Average | Set the exposure based on an average of the entire scene. | 
| CenterWeight | Set the exposure based on a center-weighted average. | 
| MultiSpot | Set the exposure based on a multispot pattern. | 
| CenterSpot | Set the exposure based on a center spot. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaExposureMeteringMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code