Share via


CheckScanner.CapConcurrentMicr Property

2/27/2008

Gets the Boolean value that indicates whether the Magnetic Ink Character Recognition (MICR) data can be captured.

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

Syntax

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

Remarks

If 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 device and a MICR device, following a check scan, the device automatically passes the MICR data to the MICR service object. The check does not have to be reread during the MICR BeginInsertion and EndInsertion methods.

If CapConcurrentMicr is set to false, then it would be necessary to read the MICR data (if the Check Scanner device supports MICR reading) by using the MICR BeginInsertion and EndInsertion methods. Usually, the MICR read is performed before the check scanning process.

If the CapMicrDevice property is set to false, CapConcurrentMicr is set to false.

CapConcurrentMicr 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
ConcurrentMicr
CapMicrDevice
BeginInsertion
EndInsertion