Micr.CapValidationDevice Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether this device also performs validation printing through the POS Printer service object's slip station.

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

Syntax

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

Remarks

If CapValidationDevice is true, a check does not have to be removed from the MICR device before it performs validation printing. For devices that are both a MICR device and a POS Printer, the device automatically positions the check for validation printing after successfully performing a MICR read. Either the MICR Control or the POS Printer Control BeginRemoval and EndRemoval methods can be called to remove the check when processing is complete.

CapValidationDevice is set and kept current by the service object while the device is enabled.

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

Micr Class
Micr Members
Microsoft.PointOfService Namespace
Micr.BeginRemoval Method
Micr.EndRemoval Method