Variables
Properties of Interleaved 2/5

Variables

boolean Interleaved2of5CheckDigit
 Activates the evaluation of any existing check characters.
 
boolean Interleaved2of5CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean Interleaved2of5Enabled
 Activates checking for and reading of this type of barcode.
 
boolean Interleaved2of5Inverted
 Specifies that the barcode is white on a black background or not.
 
short Interleaved2of5MaxDigits
 This property specifies the maximum number of Interleaved 2/5 code words.
 
short Interleaved2of5MinDigits
 This property specifies the minimum number of Interleaved 2/5 code words.
 
boolean Interleaved2of5TransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 

Detailed Description

Variable Documentation

boolean Interleaved2of5CheckDigit

Activates the evaluation of any existing check characters.

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

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

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

Activates checking for and reading of this type of barcode.

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

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

Parameters
[in,out]Interleaved2of5InvertedFALSE 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 Interleaved2of5MaxDigits

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

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

Attention
The code Interleaved 2/5 always has an even number of characters. Therefore, this value must always be even and greater than or equal to 2.
Parameters
[in,out]Interleaved2of5MinDigitsMinimum number of Interleaved 2/5 code words.
Returns
Minimum number of Interleaved 2/5 code words.
boolean Interleaved2of5TransmitCheckDigit

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

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