Accusoft BarcodeXpress v14.0 - Updated January 7, 2025
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / AnalyzeIPicture Method
A Picture object which contains the barcode to analyze.
AnalyzeIPicture Method
Description
This method detects a barcode within the given Picture.
Syntax
Visual Basic
Public Sub AnalyzeIPicture( _
   ByVal Picture As Picture _
) 
Parameters
Picture
A Picture object which contains the barcode to analyze.
Remarks

The given Picture can be from a Form object, PictureBox control, Image control (Visual Basic), or the Picture property of another Accusoft control.

The ReaderAreaX, ReaderAreaY, ReaderAreaWidth, and ReaderAreaHeight are used to create the rectangular area to be analyzed during recognition. If these properties are all set to 0, then the entire image is automatically searched.

See Also