Variables | |
bool | Code32CheckQuietzone |
Check/ignore quiet zone. | |
bool | Code32Inverted |
Code is inverted (white on black)/not inverted. | |
bool | Code32TransmitCheckDigit |
Append/do not append check digit to data. | |
bool | Code32TransmitStartStop |
Transmit/do not transmit start and stop digits with data. | |
bool Code32CheckQuietzone |
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] | Code32CheckQuietzone | Check/ignore quiet zone. |
bool Code32Inverted |
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, pass the value TRUE
.
[in,out] | Code32Inverted | Invert/do not invert the code. |
bool Code32TransmitCheckDigit |
Append/do not append check digit to data.
If necessary, the property transmit_checkdigit
parameter activates or deactivates transmission of a check digit. Specifying TRUE
activates transmission; specifying FALSE
deactivates it.
[in,out] | Code32TransmitCheckDigit | Append/do not append a check digit to the code. |
bool Code32TransmitStartStop |
Transmit/do not transmit start and stop digits with data.
The parameter transmit_start_stop
activates or deactivates transmission of the start digit. Specifying TRUE
activates transmission; specifying FALSE
deactivates it. The start digit for Code 32 is "A".
[in,out] | Code32TransmitStartStop | Transmit/do not transmit start and stop digits. |