ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisMetadata class / barcodes Property

In This Topic
    barcodes Property
    In This Topic
    Gets the list of barcodes detected on the image.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_barcodes() : ImGearIsisBarcodeCollection
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisMetadata.get_barcodes();
    Remarks
    If your scanner does not perform barcode detection, this value will be empty.
    See Also