Share via


CheckScannerBase.RetrieveMemoryImpl(CheckImageLocate) Method

Definition

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

protected virtual Microsoft.PointOfService.BaseServiceObjects.CheckScannerImage RetrieveMemoryImpl (Microsoft.PointOfService.CheckImageLocate by);
abstract member RetrieveMemoryImpl : Microsoft.PointOfService.CheckImageLocate -> Microsoft.PointOfService.BaseServiceObjects.CheckScannerImage
override this.RetrieveMemoryImpl : Microsoft.PointOfService.CheckImageLocate -> Microsoft.PointOfService.BaseServiceObjects.CheckScannerImage
Protected Overridable Function RetrieveMemoryImpl (by As CheckImageLocate) As CheckScannerImage

Parameters

by
CheckImageLocate

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

Returns

Applies to