ImageGear .NET v24.12 - Updated
Analyze(ImGearPage) Method




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : 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