Share via


CheckScannerBase.ClearImageImpl(CheckImageClear) Method

Definition

The service object should override the default ClearImage(CheckImageClear) implementation only if the check scanner device supports storage of images.

protected virtual bool ClearImageImpl (Microsoft.PointOfService.CheckImageClear by);
abstract member ClearImageImpl : Microsoft.PointOfService.CheckImageClear -> bool
override this.ClearImageImpl : Microsoft.PointOfService.CheckImageClear -> bool
Protected Overridable Function ClearImageImpl (by As CheckImageClear) As Boolean

Parameters

by
CheckImageClear

Indicates how the image file is to be located so that it can be removed from the storage.

Returns

Applies to