CheckScanner.StoreImage(Int32) Method

Definition

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

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

Parameters

cropAreaId
Int32

Specifies the numeric identifier for the storage location of the crop area definition to be applied to the image data file that is currently in the buffer memory area of the check scanner device. If cropAreaID is set to CropAreaEntireImage then an exact image of the buffer memory is stored in the device memory (no cropping applied).

Applies to