Share via


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

2/27/2008

Gets the Boolean value that indicates whether a check has to be removed before validation printing.

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 set to true, a check does not have to be removed from the Check Scanner device before performing validation printing.

For devices that are both a check scanner and a printer, the device automatically positions the check for validation printing after successfully performing a check scanner read. The BeginRemoval and EndRemoval methods of either the check scanner service object or the printer service object can be called to remove the check when the process is complete.

CapValidationDevice 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.BeginRemoval Method
CheckScanner.EndRemoval Method
BeginRemoval
EndRemoval