Accusoft BarcodeXpress v13.9 - Updated
BarcodeType Property
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : BarcodeType Property
Description
This property has been deprecated and replaced by the SetBarcodeReaderTypeGetBarcodeReaderTypesCount and GetBarcodeReaderType methods.
Property type
Read-write property
Syntax
Visual Basic
Public Property BarcodeType As Long
Return Type
A long value which represents the type of barcode to search for.
Remarks

The default value is 0 (Unknown Barcode type).

By default, the barcode engine will search for all 1D barcodes. The 1D barcode set includes all types, except PatchCode, PostNet, PDF417, Data Matrix, IntelligentMail, Royal Post Mail 4-State, QRcode, Aztec, and Australian Post 4-State.

Note:

The barcode recognition engine is capable of detecting 1D barcodes in an image without any prior knowledge of the barcode type. However, you can speed up the recognition process by specifying a barcode type.

Barcode types can be combined. For example, if you want to specify UPC-A and CODE 93, set the BarcodeType property to 16384 + 1024 = 17408 (&H4400).

Valid values for BarcodeType property:

See Also

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.