ImageMode 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 modes of operation that an Image Scanner device can use.
public enum ImageMode
type ImageMode =
Public Enum ImageMode
- Inheritance
-
ImageMode
Fields
Name | Value | Description |
---|---|---|
DecodeOnly | 1 | The image scanner does not transmit still images or video to the application. However, it transmits bar code data decoded from purchased images through a Scanner service. A hydra implementation of Image Scanner and Scanner is required for this mode. |
StillOnly | 2 | The image scanner transmits still images. However, it does not try to read bar code data, nor does it transmit video. |
StillAndDecode | 3 | The image scanner transmits still images, and it tries to read bar code data. However, it does not transmit video streams. A hydra implementation of ImageScanner and Scanner is required for this mode. |
VideoAndDecode | 5 | The image scanner transmits video streams, and it tries to read bar code data. A hydra implementation of Image Scanner and Scanner is required for this mode. |
VideoAndStill | 6 | The image scanner transmits video streams, and it transmits still images. However, it does not try to read bar code data. The image resolution of video data could be different from the resolution of still image data. |
All | 255 | The image scanner transmits video streams, and it tries to read bar code data. When a bar code is read, the bar code data and a still image are transmitted. The image resolution of video data could be different from the resolution of still image data. A hydra implementation of Image Scanner and Scanner is required for this mode. |