CheckScannerBase.StoreImage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.