BitDepthReductionMode Enumeration |
The bit depth reduction mode for the Source.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum BitDepthReductionMode
Public Enumeration BitDepthReductionMode
Members|
| Member name | Description |
|---|
| Diffusion | Uses a type of diffusion to reduce the bit depth. |
| Halftones | Uses a halftone algorithm to reduce the colors. |
| Threshold | Uses a set value to determine the reduced color. See the Threshold property.
|
See Also