CheckColors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible image format color ranges for a check scanner.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CheckColors
[<System.Flags>]
type CheckColors =
Public Enum CheckColors
- Inheritance
-
CheckColors
- Attributes
Fields
Name | Value | Description |
---|---|---|
Mono | 1 | One color |
GrayScale | 2 | Grayscale |
Color16 | 4 | 16 colors |
Color256 | 8 | 256 colors |
Full | 16 | Full colors |