Accusoft.BarcodeXpress9.Net
Analyze(Object) Method
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > Reader Class > Analyze Method : Analyze(Object) Method




Target
An instance of an object containing the image to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.

Glossary Item Box

Detects barcodes on the given Object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Overloads Function Analyze( _
   ByVal Target As Object _
) As Result()
'Usage
 
Dim instance As Reader
Dim Target As Object
Dim value() As Result
 
value = instance.Analyze(Target)

Parameters

Target
An instance of an object containing the image to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.

See Also

©2013. Accusoft Corporation. All Rights Reserved.