ImageGear .NET
Analyze(ImGearPage) Method




ImGearPage object containing the image to be analyzed.
Detects barcodes on the given ImGearPage image.
Detects barcodes on the given image.
Syntax
'Declaration
 
Public Function Analyze( _
   ByVal page As ImGearPage _
) As Collection(Of ImGearBarcodeResult)
'Usage
 
Dim instance As ImGearBarcodeReader
Dim page As ImGearPage
Dim value As Collection(Of ImGearBarcodeResult)
 
value = instance.Analyze(page)

Parameters

page
ImGearPage object containing the image to be analyzed.

Return Value

Each element of the ImGearBarcodeResult Class contains the results of a single recognized barcode.
See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members
ImGearBarcodeResult Class

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback