Search found 1 match

by tiagolpt
Mon Nov 13, 2017 11:39 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Reading GS1 Info1D
Replies: 2
Views: 9404

Reading GS1 Info1D

Hello guys, i've been using the software to read barcode from given images, when using reader demo program i've been able to see information about the narrow bar count and narrow bar size.. to acess this info in code im doing the follow: IBarcodeInfo[] infos = reader.ReadBarcodes(barcodeImage); for ...