Click or drag to resize

DeviceGetSupportedBitDepthReductionModes Method

Returns the BitDepthReductionModes supported by the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BitDepthReductionMode[] GetSupportedBitDepthReductionModes()

Return Value

Type: BitDepthReductionMode
An array of BitDepthReductionMode values supported by the device.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is a Twain error during processing.
Remarks
If the device supports the BitDepthReduction property, this method will provide a list of valid values for this property.
See Also