Variables | |
short | Code11CheckDigit |
Evaluate/ignore check digit. | |
bool | Code11CheckQuietzone |
Check/ignore quiet zone. | |
bool | Code11Inverted |
Code is inverted (white on black)/not inverted. | |
short | Code11MaxDigits |
Maximum number of Code 11 code words. | |
short | Code11MinDigits |
Minimum number of Code 11 code words. | |
bool | Code11TransmitCheckDigit |
Append/do not append check digit to data. | |
short Code11CheckDigit |
Evaluate/ignore check digit.
The property checkDigit
activates or deactivates the checking of one or two check digits which may be present. There are three possible settings:
[in,out] | Code11CheckDigit | Evaluate/ignore check digit. |
bool Code11CheckQuietzone |
Check/ignore quiet zone.
The property quietzone
activates or deactivates checking for the presence of quiet zones. If TRUE
is specified, a check is performed for the presence of quiet zones; if FALSE
is specified, no check is performed.
[in,out] | Code11CheckQuietzone | Check/ignore quiet zone. |
bool Code11Inverted |
Code is inverted (white on black)/not inverted.
The property inverted
set to TRUE
specifies whether the barcode is present as a black on white image (invers = FALSE
) or a white on black image (invers = TRUE
). Normally barcodes are printed dark on a bright background in which case the value FALSE
is passed. Under certain circumstances, the contrast ratio may be inverted. In such cases, you pass the value TRUE
.
[in,out] | Code11Inverted | Invert/do not invert the code. |
short Code11MaxDigits |
Maximum number of Code 11 code words.
The property maxDigits
sets the maximum number of code words composing the Code11 barcode. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted.
[in,out] | Code11MaxDigits | Set the maximum number of code words. |
short Code11MinDigits |
Minimum number of Code 11 code words.
The property minDigits
sets the minimum number of code words composing the Code11 barcode. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted.
[in,out] | Code11MinDigits | Set the minimum number of Code 11 code words. |
bool Code11TransmitCheckDigit |
Append/do not append check digit to data.
The property transmit_checkdigit
parameter activates or deactivates transmission of a check digit. Specifying TRUE
activates transmission; specifying FALSE
deactivates it. If checkdigit is set to FALSE
, this parameter is ignored.
[in,out] | Code11TransmitCheckDigit | Append/do not append a check digit to the code. |