Accusoft.Forms1 - Updated
Analyze(Bitmap) Method



Accusoft.BarcodeXpressSdk Namespace > Reader Class > Analyze Method : Analyze(Bitmap) Method
A bitmap containing the image to be analyzed.
Detects barcodes on the given bitmap image.
Syntax
Public Overloads Function Analyze( _
   ByVal bitmap As Bitmap _
) As Result()
Dim instance As Reader
Dim bitmap As Bitmap
Dim value() As Result
 
value = instance.Analyze(bitmap)
public Result[] Analyze( 
   Bitmap bitmap
)
public:
array<Result^>^ Analyze( 
   Bitmap^ bitmap
) 

Parameters

bitmap
A bitmap containing the image to be analyzed.

Return Value

See Also

Reference

Reader Class
Reader Members
Overload List