ImageGear for .NET
ImGearPixelType Enumeration
See Also  Send Feedback
ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPixelType Enumeration




Glossary Item Box

This enumeration specifies the type of pixel data that a Source is capable of acquiring (for example, black and white, gray, RGB, etc.).

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.