Variables | |
boolean | Code39CheckDigit |
Activates the evaluation of any existing check characters. | |
boolean | Code39CheckQuietzone |
Activates checking for free areas around the barcode (quiet zones). | |
boolean | Code39Enabled |
Activates checking for and reading of this type of barcode. | |
boolean | Code39FullASCII |
Permits the interpretation of the entire ASCII character set. | |
boolean | Code39Inverted |
Specifies that the barcode is white on a black background or not. | |
short | Code39MaxDigits |
This property specifies the maximum number of Code 39 code words. | |
short | Code39MinDigits |
This property specifies the minimum number of Code 39 code words. | |
boolean | Code39TransmitCheckDigit |
Any check characters which exist are transmitted with the data, or appended. | |
boolean | Code39TransmitStartStop |
Activates the transmission of the start or stop character. | |
boolean Code39CheckDigit |
boolean Code39CheckQuietzone |
boolean Code39Enabled |
boolean Code39FullASCII |
Permits the interpretation of the entire ASCII character set.
[in,out] | Code39FullASCII | TRUE means that any characters coded in the barcode are converted, FALSE indicates that the corresponding data is returned unchanged. |
boolean Code39Inverted |
short Code39MaxDigits |
This property specifies the maximum number of Code 39 code words.
[in,out] | Code39MaxDigits | Maximum number of Code 39 code words. |
short Code39MinDigits |
boolean Code39TransmitCheckDigit |
boolean Code39TransmitStartStop |
Activates the transmission of the start or stop character.
The start and stop character for Code 39 is an asterisk (*).
[in,out] | Code39TransmitStartStop | TRUE activates the transmission of the start or stop character, FALSE otherwise. |