CheckScanner.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 that resides in the available memory and uses it to populate the ImageData property.
public abstract void RetrieveImage (int cropAreaId);
abstract member RetrieveImage : int -> unit
Public MustOverride Sub RetrieveImage (cropAreaId As Integer)
Parameters
- cropAreaId
- Int32
Specifies the numeric identifier for the storage location of the crop area definition to be applied to the most recently scanned image held in the working area memory of the device. If cropAreaID is set to CropAreaEntireImage, the area of the most recently scanned image is retrieved.