Variables
Properties of Code 39

Variables

boolean Code39CheckDigit
 Activates the evaluation of any existing check characters.
 
boolean Code39CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean Code39Enabled
 Activates checking for and reading of this type of barcode.
 
boolean Code39FullASCII
 Permits the interpretation of the entire ASCII character set.
 
boolean Code39Inverted
 Specifies that the barcode is white on a black background or not.
 
short Code39MaxDigits
 This property specifies the maximum number of Code 39 code words.
 
short Code39MinDigits
 This property specifies the minimum number of Code 39 code words.
 
boolean Code39TransmitCheckDigit
 Any check characters which exist are transmitted with the data, or appended.
 
boolean Code39TransmitStartStop
 Activates the transmission of the start or stop character.
 

Detailed Description

Variable Documentation

boolean Code39CheckDigit

Activates the evaluation of any existing check characters.

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

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]Code39EnabledTRUE activates the recognition of Code 39, FALSE otherwise.
Returns
Specifies whether the recognition of Code 39 is enabled or not.
boolean Code39FullASCII

Permits the interpretation of the entire ASCII character set.

Parameters
[in,out]Code39FullASCIITRUE means that any characters coded in the barcode are converted, FALSE indicates that the corresponding data is returned unchanged.
Returns
Indicates whether the interpretation of the entire ASCII character set is permitted or not.
boolean Code39Inverted

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

Parameters
[in,out]Code39InvertedFALSE 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 Code39MaxDigits

This property specifies the maximum number of Code 39 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]Code39MaxDigitsMaximum number of Code 39 code words.
Returns
Maximum number of Code 39 code words.
short Code39MinDigits

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

Parameters
[in,out]Code39MinDigitsMinimum number of Code 39 code words.
Returns
Minimum number of Code 39 code words.
boolean Code39TransmitCheckDigit

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

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

Activates the transmission of the start or stop character.

The start and stop character for Code 39 is an asterisk (*).

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