Overview When set to TRUE the toolkit will search for type 2 of 5 non-interleaved barcodes in the following formats: · Code 2 of 5 Datalogic · Code 2 of 5 Iata1 · Code 2 of 5 Iata2 · Code 2 of 5 Industrial · Code 2 of 5 Interleaved · Code 2 of 5 Matrix Type: BOOL Default value: FALSE
Overview When set to TRUE the toolkit will search for type 39 barcodes. Type: BOOL Default value: TRUE
Overview When set to TRUE the toolkit will search for EAN-13 type barcodes. Type: BOOL Default value: TRUE
Overview When set to TRUE the toolkit will search for EAN-8 type barcodes. Type: BOOL Default value: TRUE
Overview When set to TRUE the toolkit will search for UPC-A type barcodes. UPC-A barcodes are a subset of EAN-13. For example, the UPC-A barcode “016000336100” is the same as the EAN-13 barcode “0016000336100”. In fact, UPC-A barcodes are the sub-set of EAN-13 barcodes that start with a 0. The ReadEAN13 property controls whether any
Overview When set to TRUE the toolkit will search for UPC-E type barcodes. A UPC-E barcode is actually an EAN-13/UPC-A barcode that has had certain digits removed to create an 8 digit number. Only certain EAN-13/UPC-A barcodes can go through this process. For example, the UPC-A barcode “023456000073” can be suppressed to the UPC-E value “02345673”
Overview When True the toolkit will only report numeric barcodes. Note that this the same as setting the Pattern property to the value “^[0-9]+$”. Type: BOOL Default value: FALSE
Overview When set to TRUE the toolkit will search for patch code barcodes. Type: BOOL Default value: FALSE
Overview When set to TRUE the toolkit will search for PDF-417 barcodes. Type: BOOL Default value: FALSE
Overview When set to TRUE the toolkit will search for DataMatrix (ECC 200) barcodes. Type: BOOL Default value: FALSE