Barcode performance

Hello,


I’m doing some testing on the barcode reader, but it takes around 4 seg.

This is my code:

BarCodeReader reader = new BarCodeReader(textBox1.Text, BarCodeReadType.AllSupportedTypes)

Can you help me to read patch codes faster ???


Thanks,

Herbert.

Hi Herbert,


Thank you for contacting support. Please note, the “AllSupportedTypes” parameter allows to apply each symbology algorithm. We recommend to pass realistic value. Please use “PatchCode” symbology instead of “AllSupportedTypes”. In case, this does not help, then please provide your sample barcode picture. We’ll check it and reply you accordingly.