CapSensorColors Enumeration

2/27/2008

Enumerates the possible image formats that the device supports.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CapSensorColors
[FlagsAttribute] 
public enum CapSensorColors
[FlagsAttribute] 
public enum class CapSensorColors
/** @attribute FlagsAttribute() */ 
public enum CapSensorColors
FlagsAttribute 
public enum CapSensorColors

Members

Member name Description
Color16 16 Colors
Color256 256 Colors
Full Full Colors
Grayscale Grayscale
Mono Bi-tonal (B/W)
None No supported Image formats specified

Remarks

Indicates which image formats the device supports, other than bi-tonal (black and white).

See Also

Reference

Microsoft.PointOfService Namespace