Gets or sets color scheme to use when scanning is to be done.
public TwainColorScheme ColorScheme { get; set; }
Public Property ColorScheme As Leadtools.Twain.TwainColorScheme
public:
property Leadtools.Twain.TwainColorScheme ColorScheme {
Leadtools.Twain.TwainColorScheme get();
void set ( Leadtools.Twain.TwainColorScheme );
}
Color scheme to use when scanning is to be done. Possible values are (according to the TWAIN 2.0 specification): TwainCapabilityValue.PixelTypeBW Black and White (1 bit). TwainCapabilityValue.PixelTypeGray 8-bit Gray Scale TwainCapabilityValue.PixelTypeRgb 24-bit RGB Color. TwainCapabilityValue.PixelTypePalette 8-bit Color. TwainCapabilityValue.PixelTypeCmy CYAN, magenta, yellow color space. TwainCapabilityValue.PixelTypeCmyk CYAN, magenta, yellow, black color space. TwainCapabilityValue.PixelTypeYuv Color space type that is true color encoding. It uses one luminance value (Y) and two chroma values (UV). TwainCapabilityValue.PixelTypeYuvk The same as YUV with an additional black variable. TwainCapabilityValue.PixelTypeCieXyz Chromaticity diagram.
Refer to ImageEffects example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET