Share via


CheckScanner.CapMicrDevice Property

2/27/2008

Gets the Boolean value that indicates whether the Check Scanner device supports a check Magnetic Ink Character Recognition (MICR) read function.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapMicrDevice As Boolean
public abstract bool CapMicrDevice { get; }
public:
virtual property bool CapMicrDevice {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapMicrDevice ()
public abstract function get CapMicrDevice () : boolean

Remarks

If set to true, the Check Scanner device supports a check MICR read function.

If the CapConcurrentMicr property is set to true, the MICR data of a check can be captured during a check scanning cycle (single-pass scanning). For devices that are both a check scanner and a MICR reader, following a check scan, the device automatically passes the MICR data to the MICR service object. The check does not have to be re-read during the MICR BeginInsertion and EndInsertion methods.

If CapConcurrentMicr is set to false, then it would be necessary to read the MICR data by using the MICR BeginInsertion and EndInsertion methods. In this case, the MICR read is usually performed before the check scanning process.

CapMicrDevice is set by the service object, based on the capability 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
CheckScanner.CapConcurrentMicr Property
ConcurrentMicr