The character set to be used in code 128; Possible values are "0 for AUTO", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)
If true, the checksum character will be calculated and appended to the code; Default =True; checksum characters cannot by displayed or disabled for Code 128 and UCC128.
If true, the checksum character will be appended to the human readable text; Default =True; checksum characters cannot by displayed or disabled for Code 128 and UCC128.
code -
Variable in class com.idautomation.linear.BarCode
The data to be encoded as a barcode.
codeText -
Variable in class com.idautomation.linear.BarCode
If true, the checksum character will be calculated and appended to the code; Default =True; checksum characters cannot by displayed or disabled for Code 128 and UCC128.
Gets the character set to be used in code 128; Possible values are "0 for AUTO", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)
Gets the wide to narrow ratio of barcode types that support this setting such as Code 39 and ITF; A value of 2 (default) means that wide bars will be 2*N in width.
The left margin of the barcode (also know as quite zone); The default is .3 CM.
M
MAT25 -
Static variable in class com.idautomation.linear.BarCode
MSI -
Static variable in class com.idautomation.linear.BarCode
N
N -
Variable in class com.idautomation.linear.BarCode
The wide to narrow ratio of barcode types that support this setting such as Code 39 and ITF; A value of 2 (default) means that wide bars will be 2*N in width.
O
ONECODE -
Static variable in class com.idautomation.linear.BarCode
P
PLANET -
Static variable in class com.idautomation.linear.BarCode
POSTNET -
Static variable in class com.idautomation.linear.BarCode
pHeight -
Variable in class com.idautomation.linear.BarCode
The preferred height of the barcode image in pixels after barcode is generated.
pWidth -
Variable in class com.idautomation.linear.BarCode
The preferred width of the barcode image in pixels after barcode is generated.
If true, numbers after the Tilde will be processed according to the rules in the user guide; this option is only available when the symbology is Code 128, and the character set is AUTO or 0.
If true, the checksum character will be calculated and appended to the code; Default =True; checksum characters cannot by displayed or disabled for Code 128 and UCC128.
If true, the checksum character will be appended to the human readable text; Default =True; checksum characters cannot by displayed or disabled for Code 128 and UCC128.
Sets the character set to be used in code 128; Possible values are "0 for AUTO", "A", "B" or "C"; The recommended setting and the default is "0" (Automatic)
Sets the wide to narrow ratio of barcode types that support this setting such as Code 39 and ITF; A value of 2 (default) means that wide bars will be 2*N in width.
To change the symbology type, set the appropriate number for the SymbologyID property: CODE39=0; CODE39EXT=1; INTERLEAVED25=2; CODE11=3; CODABAR=4; MSI=5; UPCA=6; IND25=7; MAT25=8; CODE93=9; EAN13=10; EAN8=11; UPCE=12; CODE128=13; CODE93EXT=14; POSTNET=15; PLANET=16; UCC128=17; the default is CODE128.