ImageGear .NET - Updated
ImGearLightPath Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearLightPath Enumeration
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
MemberDescription
REFLECTIVEReflective capture.
TRANSMISSIVETransmissive capture.
Remarks
ImGearCapabilities.ICAP_LIGHTPATH capability values.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.TWAIN Namespace