Variables
Properties of EAN 13

Variables

boolean EAN13Appendix2Enabled
 Activates the evaluation of a 2-digit supplementary code.
 
boolean EAN13Appendix5Enabled
 Activates the evaluation of a 5-digit supplementary code.
 
boolean EAN13CheckQuietzone
 Activates checking for free areas around the barcode (quiet zones).
 
boolean EAN13Enabled
 Activates checking for and reading of this type of barcode.
 
boolean EAN13Inverted
 Specifies that the barcode is white on a black background or not.
 

Detailed Description

Variable Documentation

boolean EAN13Appendix2Enabled

Activates the evaluation of a 2-digit supplementary code.

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

Activates the evaluation of a 5-digit supplementary code.

Attention
If both EAN13Appendix2Enabled and EAN13Appendix5Enabled are FALSE any existing supplementary codes are ignored.
Parameters
[in,out]EAN13Appendix5EnabledTRUE 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 EAN13CheckQuietzone

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

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

Activates checking for and reading of this type of barcode.

Parameters
[in,out]EAN13EnabledTRUE activates the recognition of EAN 13, FALSE otherwise.
Returns
Specifies whether the recognition of EAN 13 is enabled or not.
boolean EAN13Inverted

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

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