Variables
Properties of UPC E

Variables

boolean UPCEAppendix2Enabled
 Activates the evaluation of a 2-digit supplementary code.
 
boolean UPCEAppendix5Enabled
 Activates the evaluation of a 5-digit supplementary code.
 
boolean UPCECheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean UPCEEnabled
 Activates checking for and reading of this type of barcode.
 
boolean UPCEInverted
 Specifies that the barcode is white on a black background or not.
 

Detailed Description

Variable Documentation

boolean UPCEAppendix2Enabled

Activates the evaluation of a 2-digit supplementary code.

Attention
If both UPCEAppendix2Enabled and UPCEAppendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]UPCEAppendix2EnabledTRUE 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 UPCEAppendix5Enabled

Activates the evaluation of a 5-digit supplementary code.

Attention
If both UPCEAppendix2Enabled and UPCEAppendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]UPCEAppendix5EnabledTRUE 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 UPCECheckQuietzone

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]UPCEEnabledTRUE activates the recognition of UPC E, FALSE otherwise.
Returns
Specifies whether the recognition of UPC E is enabled or not.
boolean UPCEInverted

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

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