Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / Analyze Method / Analyze(Bitmap) Method
A bitmap containing the image to be analyzed.




In This Topic
Analyze(Bitmap) Method
In This Topic
Detects barcodes on the given bitmap image.
Syntax
'Declaration
 
Public Overloads Function Analyze( _
   ByVal bitmap As Bitmap _
) As Result()
 
'Usage
 
Dim instance As Reader
Dim bitmap As Bitmap
Dim value() As Result
 
value = instance.Analyze(bitmap)

Parameters

bitmap
A bitmap containing the image to be analyzed.

Return Value

See Also