| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaFlashMode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum WiaFlashMode : Enum | |
| C++/CLI | |
|---|---|
public enum class WiaFlashMode : public Enum | |
| Member | Description |
|---|---|
| Auto | The camera device determines the proper flash settings. |
| Fill | The camera device is configured to flash regardless of current lighting conditions. |
| Off | The camera device is configured not to flash for any picture taken. |
| RedeyeAuto | The camera device determines the proper flash settings using red-eye reduction, regardless of current lighting conditions. |
| RedeyeFill | The camera device is configured to use red-eye reduction and flash regardless of current lighting conditions. |
| ExternalSync | The camera device is configured to synchronize with external flash units. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaFlashMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code