Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaFlashMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaFlashMode Enumeration



Defines the current flash mode setting for the camera device. For more information please refer to WIA_DPC_FLASH_MODE property ID in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaFlashMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaFlashMode
C# 
public enum WiaFlashMode : Enum 
C++/CLI 
public enum class WiaFlashMode : public Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaFlashMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also