BarCodeWiz Barcode ActiveX
Control
User Manual
 | Installation |
 | Quick Start |
 | Bar Code Types (Symbologies) |
 | Reference |
 | Properties |
 | Methods |
 | Events |
 | License |
|
Returns or sets the type of bar code to be used.
Syntax
BarCodeWiz1.Symbology [ = number]
The settings for number are
|
Constant
|
Setting
|
Description
|

Code_39
|
0
|
Default Setting. Most commonly used non-retail symbology. Note that the leading and trailing asterisks (*) are added automatically, if not supplied. Characters allowed: 0-9; A-Z; -.$*/+%, and space
|

Code_39_Extended
|
1
|
Allows all ASCII 128 characters to be encoded by using a double-character format. Most scanners will need to be switched to the extended mode in order to recognize this.
|

Code_128_A
|
2
|
Allows all ASCII values between 0 and 95. This includes special characters, such as tab or escape.
|

Code_128_B
|
3
|
Allows all ASCII values between 32 and 127.
(Unlike Code 128 A, it allows the use of lower-case letters)
|
  
EAN_128
|
6
|
Based on Code 128, most commonly used in logistics applications.
|

Interleaved_2of5
|
7
|
Hight density, numeric only symbology. Must have an even number of digits.
|

Standard_2of5
|
8
|
Numeric-only, low density. Commonly used in libraries, blood banks, and parcels.
|

Code_93
|
9
|
Superset of Code 39. If required, it switches to Code 93 Extended automatically.
|

Code_11
|
10
|
Uses numbers 0-9 and the dash symbol "-"
|

Codabar
|
11
|
Numeric-only symbology. Each bar code, however, must start and end with the letters A,B,C or D.
|

UPC_A
|
12
|
Used in retail environments in North America
|

UPC_E
|
13
|
Shorter version of UPC-A. Not all UPC-A numbers can be converted to UPC-E
|

EAN_13
|
14
|
Used in retail environments outside of North America.
|

EAN_8
|
15
|
Similar to EAN 13, but EAN 8 numbers are not derived from EAN 13 (as is the case with UPC).
|

PostNet
|
16
|
Used by the United States Postal Service
|

|
|