ImageGear .NET - Updated
ImGearPixelFlavor Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPixelFlavor Enumeration
This enumeration correctly describes the sense of the pixel whose numeric value is zero (minimum data value).
Syntax
'Declaration
 
Public Enum ImGearPixelFlavor 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPixelFlavor
public enum ImGearPixelFlavor : System.Enum 
__value public enum ImGearPixelFlavor : public System.Enum 
public enum class ImGearPixelFlavor : public System.Enum 
Members
MemberDescription
CHOCOLATEZero pixel represents darkest shade.
VANILLAZero pixel represents lightest shade.
Remarks
ImGearCapabilities.ICAP_PIXELFLAVOR capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearPixelFlavor

See Also

Reference

ImageGear.TWAIN Namespace