Variables
Properties of Code 128

Variables

boolean Code128CheckDigit
 Activates the evaluation of any existing check characters.
 
boolean Code128CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean Code128Enabled
 Activates checking for and reading of this type of barcode.
 
boolean Code128Inverted
 Specifies that the barcode is white on a black background or not.
 
short Code128MaxDigits
 This property specifies the maximum number of Code 128 code words.
 
short Code128MinDigits
 This property specifies the minimum number of Code 128 code words.
 
boolean Code128TransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 

Detailed Description

Variable Documentation

boolean Code128CheckDigit

Activates the evaluation of any existing check characters.

Parameters
[in,out]Code128CheckDigitTRUE means that any existing check character will be evaluated, FALSE otherwise.
Returns
Specifies whether any existing check character is been evaluated or not.
boolean Code128CheckQuietzone

Activates checking for free areas around the barcode (quiet zones).

Parameters
[in,out]Code128CheckQuietzoneTRUE checks to see if there are any, FALSE otherwise.
Returns
Specifies whether the existence of quiet zones are checked or not.
boolean Code128Enabled

Activates checking for and reading of this type of barcode.

Parameters
[in,out]Code128EnabledTRUE indicates that a Code 128 barcode may be read, FALSE otherwise.
Returns
Indicates whether the recognition of Code 128 is activated or not.
boolean Code128Inverted

Specifies that the barcode is white on a black background or not.

Parameters
[in,out]Code128InvertedFALSE means that the usual dark code on a lighter background is expected, TRUE otherwise.
Returns
Indicates whether the barcode is white on a black background or not.
short Code128MaxDigits

This property specifies the maximum number of Code 128 code words.

Attention
The number of code words is restricted. In general, the entries do not match the actual number of existing information characters.
Parameters
[in,out]Code128MaxDigitsMaximum number of Code 128 code words.
Returns
Maximum number of Code 128 code words.
short Code128MinDigits

This property specifies the minimum number of Code 128 code words.

Parameters
[in,out]Code128MinDigitsMinimum number of Code 128 code words.
Returns
Minimum number of Code 128 code words.
boolean Code128TransmitCheckDigit

Any check characters which exist are transmitted with the data, or appended.

Parameters
[in,out]Code128TransmitCheckDigitTRUE means that any check characters are transmitted, FALSE otherwise.
Returns
Specifies whether any check character is transmitted or not.