 
            | ImageGear22.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPixelType Enumeration | 
'Declaration Public Enum ImGearPixelType Inherits System.Enum
'Usage Dim instance As ImGearPixelType
public enum ImGearPixelType : System.Enum
__value public enum ImGearPixelType : public System.Enum
public enum class ImGearPixelType : public System.Enum
| Member | Value | Description | 
|---|---|---|
| BW | 0 | Black and white pixel type. | 
| CIEXYZ | 8 | CIEXYZ pixel type. | 
| CMY | 4 | CMY pixel type. | 
| CMYK | 5 | CMYK pixel type. | 
| GRAY | 1 | Gray pixel type. | 
| PALETTE | 3 | Palette pixel type. | 
| RGB | 2 | RGB pixel type. | 
| YUV | 6 | YUV pixel type. | 
| YUVK | 7 | YUVK pixel type. | 
System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearPixelType