Variables | |
short | CodeMSIPlesseyCheckDigit |
Evaluate/ignore check digit. | |
bool | CodeMSIPlesseyInverted |
Code is inverted (white on black)/not inverted. | |
short | CodeMSIPlesseyMaxDigits |
Maximum number of MSIPlessey code words. | |
short | CodeMSIPlesseyMinDigits |
Minimum number of MSIPlessey code words. | |
bool | CodeMSIPlesseyQuietzone |
Check/ignore quietzone. | |
bool | CodeMSIPlesseyTransmitCheckDigit |
Append/do not append check digit to data. | |
short CodeMSIPlesseyCheckDigit |
Evaluate/ignore check digit.
The property check
digit activates or deactivates the checking of any check digit which may be present. There are 5 different evaluations of check digits possible:
[in,out] | CodeMSIPlesseyCheckDigit | Evaluate/ignore check digit of the code. |
bool CodeMSIPlesseyInverted |
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, the value TRUE
is passed.
[in,out] | CodeMSIPlesseyInverted | Code is inverted (white on black)/not inverted. |
short CodeMSIPlesseyMaxDigits |
Maximum number of MSIPlessey code words.
The properties min_digits
and max_digits
parameters limit the number of code words for the code MSIPlessey. In general, this number is not identical to the number of coded data digits. The properties do not take account of any start and stop digits which may have been transmitted.
[in,out] | CodeMSIPlesseyMaxDigits | Set the maximum number of code words. |
short CodeMSIPlesseyMinDigits |
Minimum number of MSIPlessey code words.
The properties min_digits
and max_digits
parameters limit the number of code words for the code MSIPlessey. In general, this number is not identical to the number of coded data digits. The properties do not take account of any start and stop digits which may have been transmitted.
[in,out] | CodeMSIPlesseyMinDigits | Set the minimum number of code words. |
bool CodeMSIPlesseyQuietzone |
Check/ignore quietzone.
The property quietzone
activates or deactivates checking for the presence of quietzones. If TRUE
is specified, a check is performed for the presence of quiet zones; if FALSE
is specified, no check is performed.
[in,out] | CodeMSIPlesseyQuietzone | Check/ignore quietzone of the code. |
bool CodeMSIPlesseyTransmitCheckDigit |
Append/do not append check digit to data.
If necessary, the property transmit_checkdigit
activates or deactivates transmission of a check digit. Specifying TRUE
activates transmission; specifying FALSE
deactivates it. If check digit is set to CVC_BC_MSI_PLESSEY_CHECKDIGIT_NO
this parameter is ignored.
[in,out] | CodeMSIPlesseyTransmitCheckDigit | Append/do not append check digit of the code. |