ImageGear .NET - Updated
ImGearLightSource Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearLightSource Enumeration
This enumeration determines the general color characteristic of the light source used to acquire the image.
Syntax
'Declaration
 
Public Enum ImGearLightSource 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearLightSource
public enum ImGearLightSource : System.Enum 
__value public enum ImGearLightSource : public System.Enum 
public enum class ImGearLightSource : public System.Enum 
Members
MemberDescription
BLUEBlue light source.
GREENGreen light source.
IRInfrared light source.
NONENone light source.
REDRed light source.
UVUltraviolet light source.
WHITEWhite light source.
Remarks
ImGearCapabilities.ICAP_LIGHTSOURCE capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearLightSource

See Also

Reference

ImageGear.TWAIN Namespace