ImageGear .NET - Updated
ImGearPixelType Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPixelType Enumeration
This enumeration specifies the type of pixel data that a Source is capable of acquiring (for example, black and white, gray, RGB, etc.).
Syntax
'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 
Members
MemberDescription
BWBlack and white pixel type.
CIEXYZCIEXYZ pixel type.
CMYCMY pixel type.
CMYKCMYK pixel type.
GRAYGray pixel type.
PALETTEPalette pixel type.
RGBRGB pixel type.
YUVYUV pixel type.
YUVKYUVK pixel type.
Remarks
ImGearCapabilities.ICAP_PIXELTYPE capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearPixelType

See Also

Reference

ImageGear.TWAIN Namespace