共用方式為


CheckScanner.RetrieveMemory(CheckImageLocate) Method

Definition

Retrieves an image that was stored in memory and uses it to set the ImageData property.

public abstract void RetrieveMemory (Microsoft.PointOfService.CheckImageLocate by);
abstract member RetrieveMemory : Microsoft.PointOfService.CheckImageLocate -> unit
Public MustOverride Sub RetrieveMemory (by As CheckImageLocate)

Parameters

by
CheckImageLocate

Indicates how the image file is to be located so that it can be retrieved from the device memory storage. Possible values are defined by the CheckImageLocate enumeration.

Applies to