Accusoft BarcodeXpress v13.9 - Updated
AnalyzeIPicture Method
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : AnalyzeIPicture Method
A Picture object which contains the barcode to analyze.
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

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.