Share via


CheckScanner.CapColor Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device supports image formats other than bitonal.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapColor As CheckColors
public abstract CheckColors CapColor { get; }
public:
virtual property CheckColors CapColor {
    CheckColors get () abstract;
}
/** @property */
public abstract CheckColors get_CapColor ()
public abstract function get CapColor () : CheckColors

Remarks

Possible values are defined by the CheckColors enumeration.

CapColor is a logical OR combination of any of the values that are defined by the CheckColors enumeration.

CapColor is set by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
Color
CheckColors Enumeration