ImageGear .NET - Updated
ImGearFlashUsed Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearFlashUsed Enumeration
This enumeration determines which flash the image was acquired to use.
Syntax
'Declaration
 
Public Enum ImGearFlashUsed 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearFlashUsed
public enum ImGearFlashUsed : System.Enum 
__value public enum ImGearFlashUsed : public System.Enum 
public enum class ImGearFlashUsed : public System.Enum 
Members
MemberDescription
AUTOAuto flash.
NONENo flash present.
OFFFlash is off.
ONFlash is on.
REDEYERedeye flash.
Remarks
ImGearCapabilities.ICAP_FLASHUSED2 capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearFlashUsed

See Also

Reference

ImageGear.TWAIN Namespace