LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaFlashMode
C# 
public enum WiaFlashMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaFlashMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AutoThe camera device determines the proper flash settings.
ExternalSyncThe camera device is configured to synchronize with external flash units.
FillThe camera device is configured to flash regardless of current lighting conditions.
OffThe camera device is configured not to flash for any picture taken.
RedeyeAutoThe camera device determines the proper flash settings using red-eye reduction, regardless of current lighting conditions.
RedeyeFillThe camera device is configured to use red-eye reduction and flash regardless of current lighting conditions.

Inheritance Hierarchy

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

Requirements

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

See Also