Variables
Properties of Code 93

Variables

boolean Code93CheckDigit
 Activates the evaluation of any existing check characters.
 
boolean Code93CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean Code93Enabled
 Activates checking for and reading of this type of barcode.
 
boolean Code93Inverted
 Specifies that the barcode is white on a black background or not.
 
short Code93MaxDigits
 This property specifies the maximum number of Code 93 code words.
 
short Code93MinDigits
 This property specifies the minimum number of Code 93 code words.
 
boolean Code93TransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 
boolean Code93TransmitStartStop
 Activates the transmission of the start or stop character.
 

Detailed Description

Variable Documentation

boolean Code93CheckDigit

Activates the evaluation of any existing check characters.

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

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]Code93EnabledTRUE activates the recognition of Code 93, FALSE otherwise.
Returns
Specifies whether the recognition of Code 93 is enabled or not.
boolean Code93Inverted

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

Parameters
[in,out]Code93InvertedFALSE 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 Code93MaxDigits

This property specifies the maximum number of Code 93 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]Code93MaxDigitsMaximum number of Code 93 code words.
Returns
Maximum number of Code 93 code words.
short Code93MinDigits

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

Parameters
[in,out]Code93MinDigitsMinimum number of Code 93 code words.
Returns
Minimum number of Code 93 code words.
boolean Code93TransmitCheckDigit

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

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

Activates the transmission of the start or stop character.

The start and stop character for Code 93 is a sharp (#).

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