Variables
Properties of Code32

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.
 

Detailed Description

Variable Documentation

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.

Parameters
[in,out]Code32CheckQuietzoneCheck/ignore quiet zone.
Returns
Status of the quiet zone checking.
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.

Parameters
[in,out]Code32InvertedInvert/do not invert the code.
Returns
Status of inverted flag.
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.

Parameters
[in,out]Code32TransmitCheckDigitAppend/do not append a check digit to the code.
Returns
Status of check digit transmission.
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".

Parameters
[in,out]Code32TransmitStartStopTransmit/do not transmit start and stop digits.
Returns
Status of the transmission start stop.