Barcode Xpress for .NET Framework v13.9 - Updated
Analyze(IntPtr) Method




Accusoft.BarcodeXpressSdk Namespace > Reader Class > Analyze Method : Analyze(IntPtr) Method
A handle to a DIB containing the image to be analyzed.
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)
public Result[] Analyze( 
   IntPtr hdIB
)
public: Result*[]* Analyze( 
   IntPtr hdIB
) 
public:
array<Result^>^ Analyze( 
   IntPtr hdIB
) 

Parameters

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

Return Value

See Also

Reference

Reader Class
Reader Members
Overload List

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