CheckScannerBase.RetrieveMemoryImpl(CheckImageLocate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Indicates how the image file is to be located so that it can be retrieved from the device memory storage.