Share via


CheckScannerBase.StoreImage(Int32) Method

Definition

Stores an image or a cropped area of the image in the memory of the device.

public override void StoreImage (int cropAreaId);
override this.StoreImage : int -> unit
Public Overrides Sub StoreImage (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