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




In This Topic
    ImGearPixelType Enumeration
    In This Topic
    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
    MemberValueDescription
    BW0Black and white pixel type.
    CIEXYZ8CIEXYZ pixel type.
    CMY4CMY pixel type.
    CMYK5CMYK pixel type.
    GRAY1Gray pixel type.
    PALETTE3Palette pixel type.
    RGB2RGB pixel type.
    YUV6YUV pixel type.
    YUVK7YUVK pixel type.
    Remarks
    ImGearCapabilities.ICAP_PIXELTYPE capability values.
    Inheritance Hierarchy

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

    See Also