Variables | |
boolean | Code93CheckDigit |
Activates the evaluation of any existing check characters. | |
boolean | Code93CheckQuietzone |
Activates checking for free areas around the barcode (quiet zones). | |
boolean | Code93Enabled |
Activates checking for and reading of this type of barcode. | |
boolean | Code93Inverted |
Specifies that the barcode is white on a black background or not. | |
short | Code93MaxDigits |
This property specifies the maximum number of Code 93 code words. | |
short | Code93MinDigits |
This property specifies the minimum number of Code 93 code words. | |
boolean | Code93TransmitCheckDigit |
Any check characters which exist are transmitted with the data, or appended. | |
boolean | Code93TransmitStartStop |
Activates the transmission of the start or stop character. | |
boolean Code93CheckDigit |
boolean Code93CheckQuietzone |
boolean Code93Enabled |
boolean Code93Inverted |
short Code93MaxDigits |
This property specifies the maximum number of Code 93 code words.
[in,out] | Code93MaxDigits | Maximum number of Code 93 code words. |
short Code93MinDigits |
boolean Code93TransmitCheckDigit |
boolean Code93TransmitStartStop |
Activates the transmission of the start or stop character.
The start and stop character for Code 93 is a sharp (#).
[in,out] | Code93TransmitStartStop | TRUE activates the transmission of the start or stop character, FALSE otherwise. |