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




In This Topic
    ImGearLightPath Enumeration
    In This Topic
    This enumeration determines whether the image is captured transmissively or reflectively.
    Syntax
    'Declaration
     
    Public Enum ImGearLightPath 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearLightPath
    public enum ImGearLightPath : System.Enum 
    __value public enum ImGearLightPath : public System.Enum 
    public enum class ImGearLightPath : public System.Enum 
    Members
    MemberValueDescription
    REFLECTIVE0Reflective capture.
    TRANSMISSIVE1Transmissive capture.
    Remarks
    ImGearCapabilities.ICAP_LIGHTPATH capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearLightPath

    See Also