Share via


CheckScannerBase.RetrieveImage(Int32) Method

Definition

Retrieves the most recently scanned image, which is resident in the working area memory, and to use it to populate the ImageData property.

public override void RetrieveImage (int cropAreaId);
override this.RetrieveImage : int -> unit
Public Overrides Sub RetrieveImage (cropAreaId As Integer)

Parameters

cropAreaId
Int32

Identifier to specify the storage location of the crop area parameters to be applied to the most recently scanned image held in the working area memory of the device. If the value is CropAreaEntireImage then the entire area of the most recently scanned image is retrieved.

Applies to