ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearLightSource Enumeration




In This Topic
    ImGearLightSource Enumeration
    In This Topic
    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
    MemberValueDescription
    BLUE2Blue light source.
    GREEN1Green light source.
    IR6Infrared light source.
    NONE3None light source.
    RED0Red light source.
    UV5Ultraviolet light source.
    WHITE4White light source.
    Remarks
    ImGearCapabilities.ICAP_LIGHTSOURCE capability values.
    Inheritance Hierarchy

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

    See Also