ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeReader Class / Analyze(ImGearPage) Method
ImGearPage object containing the image to be analyzed.




In This Topic
    Analyze(ImGearPage) Method
    In This Topic
    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