Variables
Properties of Codabar

Variables

boolean CodabarCheckDigit
 Activates the evaluation of any existing check characters.
 
boolean CodabarCheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean CodabarEnabled
 Activates checking for and reading of this type of barcode.
 
boolean CodabarInverted
 Specifies that the barcode is white on a black background or not.
 
short CodabarMaxDigits
 This property specifies the maximum number of Codabar code words.
 
short CodabarMinDigits
 This property specifies the minimum number of Codabar code words.
 
boolean CodabarTransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 
boolean CodabarTransmitStartStop
 Activates the transmission of the start or stop character.
 

Detailed Description

Variable Documentation

boolean CodabarCheckDigit

Activates the evaluation of any existing check characters.

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

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]CodabarEnabledTRUE activates the recognition of Codabar, FALSE otherwise.
Returns
Specifies whether the recognition of Codabar is enabled or not.
boolean CodabarInverted

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

Parameters
[in,out]CodabarInvertedFALSE 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 CodabarMaxDigits

This property specifies the maximum number of Codabar 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]CodabarMaxDigitsMaximum number of Codabar code words.
Returns
Maximum number of Codabar code words.
short CodabarMinDigits

This property specifies the minimum number of Codabar code words.

Parameters
[in,out]CodabarMinDigitsMinimum number of Codabar code words.
Returns
Minimum number of Codabar code words.
boolean CodabarTransmitCheckDigit

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

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

Activates the transmission of the start or stop character.

Start and stop characters for Codabar can be the characters A, B, C, or D.

Parameters
[in,out]CodabarTransmitStartStopTRUE activates the transmission of the start or stop character, FALSE otherwise.
Returns
Specifies whether the start or stop character is been transmitted or not.