Variables
Properties of EAN 8

Variables

boolean EAN8Appendix2Enabled
 Activates the evaluation of a 2-digit supplementary code.
 
boolean EAN8Appendix5Enabled
 Activates the evaluation of a 5-digit supplementary code.
 
boolean EAN8CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean EAN8Enabled
 Activates checking for and reading of this type of barcode.
 
boolean EAN8Inverted
 Specifies that the barcode is white on a black background or not.
 

Detailed Description

Variable Documentation

boolean EAN8Appendix2Enabled

Activates the evaluation of a 2-digit supplementary code.

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

Activates the evaluation of a 5-digit supplementary code.

Attention
If both EAN8Appendix2Enabled and EAN8Appendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]EAN8Appendix5EnabledTRUE 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 EAN8CheckQuietzone

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]EAN8EnabledTRUE activates the recognition of EAN 8, FALSE otherwise.
Returns
Specifies whether the recognition of EAN 8 is enabled or not.
boolean EAN8Inverted

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

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