CheckScannerBase.RetrieveImage(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.
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.