IDAutomation Linear Barcode Decoder

BarcodeDecoder.ReadBarcode Method 

This is the main entry point for most implementations, this function will return a string array, address 0 is the decoded data, 1 is the symbology, and 3 is the barpattern

public string[] ReadBarcode(
   Bitmap img
);

Return Value

string[]

See Also

BarcodeDecoder Class | IDAutomation.BarcodeDecoder Namespace