Variables
Properties of Code11

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.
 

Detailed Description

Variable Documentation

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:

  • CVC_BC_CODE11_CHECKDIGIT_NO.
  • CVC_BC_CODE11_CHECKDIGIT_1.
  • CVC_BC_CODE11_CHECKDIGIT_2.
Parameters
[in,out]Code11CheckDigitEvaluate/ignore check digit.
Returns
Status of check digit property.
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.

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

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

Parameters
[in,out]Code11MaxDigitsSet the maximum number of code words.
Returns
Maximum 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.

Parameters
[in,out]Code11MinDigitsSet the minimum number of Code 11 code words.
Returns
Minimum number of 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.

Parameters
[in,out]Code11TransmitCheckDigitAppend/do not append a check digit to the code.
Returns
Status of check digit transmission.