Variables
Properties of Discrete 2/5

Variables

boolean Discrete2of5CheckDigit
 Activates the evaluation of any existing check characters.
 
boolean Discrete2of5CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean Discrete2of5Enabled
 Activates checking for and reading of this type of barcode.
 
boolean Discrete2of5Inverted
 Specifies that the barcode is white on a black background or not.
 
short Discrete2of5MaxDigits
 This property specifies the maximum number of Discrete 2/5 code words.
 
short Discrete2of5MinDigits
 This property specifies the minimum number of Discrete 2/5 code words.
 
boolean Discrete2of5TransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 

Detailed Description

Variable Documentation

boolean Discrete2of5CheckDigit

Activates the evaluation of any existing check characters.

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

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]Discrete2of5EnabledTRUE activates the recognition of Discrete 2/5, FALSE otherwise.
Returns
Specifies whether the recognition of Discrete 2/5 is enabled or not.
boolean Discrete2of5Inverted

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

Parameters
[in,out]Discrete2of5InvertedFALSE 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 Discrete2of5MaxDigits

This property specifies the maximum number of Discrete 2/5 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]Discrete2of5MaxDigitsMaximum number of Discrete 2/5 code words.
Returns
Maximum number of Discrete 2/5 code words.
short Discrete2of5MinDigits

This property specifies the minimum number of Discrete 2/5 code words.

Parameters
[in,out]Discrete2of5MinDigitsMinimum number of Discrete 2/5 code words.
Returns
Minimum number of Discrete 2/5 code words.
boolean Discrete2of5TransmitCheckDigit

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

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