共用方式為


CheckScanner.RetrieveImage(Int32) Method

Definition

Retrieves the most recently scanned image that resides in the available memory and uses it to populate the ImageData property.

public abstract void RetrieveImage (int cropAreaId);
abstract member RetrieveImage : int -> unit
Public MustOverride Sub RetrieveImage (cropAreaId As Integer)

Parameters

cropAreaId
Int32

Specifies the numeric identifier for the storage location of the crop area definition to be applied to the most recently scanned image held in the working area memory of the device. If cropAreaID is set to CropAreaEntireImage, the area of the most recently scanned image is retrieved.

Applies to