Variables | |
boolean | CodabarCheckDigit |
Activates the evaluation of any existing check characters. | |
boolean | CodabarCheckQuietzone |
Activates checking for free areas around the barcode (quiet zones). | |
boolean | CodabarEnabled |
Activates checking for and reading of this type of barcode. | |
boolean | CodabarInverted |
Specifies that the barcode is white on a black background or not. | |
short | CodabarMaxDigits |
This property specifies the maximum number of Codabar code words. | |
short | CodabarMinDigits |
This property specifies the minimum number of Codabar code words. | |
boolean | CodabarTransmitCheckDigit |
Any check characters which exist are transmitted with the data, or appended. | |
boolean | CodabarTransmitStartStop |
Activates the transmission of the start or stop character. | |
boolean CodabarCheckDigit |
boolean CodabarCheckQuietzone |
boolean CodabarEnabled |
boolean CodabarInverted |
short CodabarMaxDigits |
This property specifies the maximum number of Codabar code words.
[in,out] | CodabarMaxDigits | Maximum number of Codabar code words. |
short CodabarMinDigits |
boolean CodabarTransmitCheckDigit |
boolean CodabarTransmitStartStop |
Activates the transmission of the start or stop character.
Start and stop characters for Codabar can be the characters A, B, C, or D.
[in,out] | CodabarTransmitStartStop | TRUE activates the transmission of the start or stop character, FALSE otherwise. |