ImageMode Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible modes of operation that an Image Scanner device can use.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration ImageMode
public enum ImageMode
public enum class ImageMode
public enum ImageMode
public enum ImageMode

Members

Member name Description
All 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.
DecodeOnly 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.
StillAndDecode 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.
StillOnly The image scanner transmits still images. However, it does not try to read bar code data, nor does it transmit video.
VideoAndDecode 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 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.

See Also

Reference

Microsoft.PointOfService Namespace