Gets or sets color space values.
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 );
}
Gets or sets a value that indicates the color space in which the compressed components are stored. Only spaces supported by the source for TwainCapabilityType.ImageJpegPixelType are valid. This property is updated by calling the GetJpegCompression method. To set the JPEG Compression options, set this property and the other TwainJpegCompression properties and call the SetJpegCompression method.
For more information, refer to Using JPEG Compression For A TWAIN Source. For more information about TW_JPEGCOMPRESSION, refer to the TWAIN 2.0 specification from the site http://www.twain.org/.
Refer to GetJpegCompression 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