Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / Analyze Method / Analyze(IntPtr) Method
A handle to a DIB containing the image to be analyzed.




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

Parameters

hdIB
A handle to a DIB containing the image to be analyzed.
See Also