Variables
Properties of UPC A

Variables

boolean UPCAAppendix2Enabled
 Activates the evaluation of a 2-digit supplementary code.
 
boolean UPCAAppendix5Enabled
 Activates the evaluation of a 5-digit supplementary code.
 
boolean UPCACheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean UPCAEnabled
 Activates checking for and reading of this type of barcode.
 
boolean UPCAInverted
 Specifies that the barcode is white on a black background or not.
 

Detailed Description

Variable Documentation

boolean UPCAAppendix2Enabled

Activates the evaluation of a 2-digit supplementary code.

Attention
If both UPCAAppendix2Enabled and UPCAAppendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]UPCAAppendix2EnabledTRUE means that the code must have this appendix, FALSE otherwise.
Returns
Specifies whether the evaluation of a 2-digit supplementary code is activated or not.
boolean UPCAAppendix5Enabled

Activates the evaluation of a 5-digit supplementary code.

Attention
If both UPCAAppendix2Enabled and UPCAAppendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]UPCAAppendix5EnabledTRUE means that the code must have this appendix, FALSE otherwise.
Returns
Specifies whether the evaluation of a 5-digit supplementary code is activated or not.
boolean UPCACheckQuietzone

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]UPCAEnabledTRUE activates the recognition of UPC A, FALSE otherwise.
Returns
Specifies whether the recognition of UPC A is enabled or not.
boolean UPCAInverted

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

Parameters
[in,out]UPCAInvertedFALSE 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.