Variables | |
short | DataMatrixBar1 |
Colour bar 1 of the 2-D Pharmacode. | |
short | DataMatrixBar2 |
Colour bar 2 of the 2-D Pharmacode. | |
short | DataMatrixBar3 |
Colour bar 3 of the 2-D Pharmacode. | |
short | DataMatrixBar4 |
Colour bar 4 of the 2-D Pharmacode. | |
short | DataMatrixBar5 |
Colour bar 5 of the 2-D Pharmacode. | |
short | DataMatrixBar6 |
Colour bar 6 of the 2-D Pharmacode. | |
short | DataMatrixBar7 |
Colour bar 7 of the 2-D Pharmacode. | |
short | DataMatrixBar8 |
Colour bar 8 of the 2-D Pharmacode. | |
short | DataMatrixContrastMin |
This property specifies the minimal contrast value of the code. | |
boolean | DataMatrixDistorted |
Specifies that the barcode is distorted. | |
boolean | DataMatrixExpanded |
This property specifies that the 2D Pharmacode is expanded. | |
short | DataMatrixExTypes |
Specifies an expanded Data Matrix symbology (Data Matrix, 2D Pharmacode and dotted Data Matrix). | |
TxCVC_BC_DM_FORMATS | DataMatrixFormats |
When evaluating a Data Matrix of type ECC 0 through ECC 140 this can be limited to specific encoding schemes or format IDs. | |
boolean | DataMatrixInverted |
Specifies that the barcode is white on a black background or not. | |
short | DataMatrixMaxSize |
Maximum evaluated barcode size. | |
short | DataMatrixMinSize |
Minimum evaluated barcode size. | |
boolean | DataMatrixMirrored |
Specifies that the barcode is mirrored, for example, when the barcode image was read it was routed via a mirror or it was read from the reverse side. | |
short | DataMatrixModulwidth |
This property specifies the module width of the code in 10ths pixel. | |
short | DataMatrixQuietzone |
This property specifies the quiet zone around the code in module widths. | |
boolean | DataMatrixRectangular |
Permits rectangular i.e., not just square, barcodes. | |
short | DataMatrixThreshold |
This property specifies the minimum digitalisation threshold of the colour bars in %. | |
TxCVC_BC_DM_TYPES | DataMatrixTypes |
This property activates the checking for and reading of this type of barcode with all or some error correction levels. | |
short DataMatrixBar1 |
Colour bar 1 of the 2-D Pharmacode.
[in,out] | DataMatrixBar1 | Colour bar 1. |
short DataMatrixBar2 |
Colour bar 2 of the 2-D Pharmacode.
[in,out] | DataMatrixBar2 | Colour bar 2. |
short DataMatrixBar3 |
Colour bar 3 of the 2-D Pharmacode.
[in,out] | DataMatrixBar3 | Colour bar 3. |
short DataMatrixBar4 |
Colour bar 4 of the 2-D Pharmacode.
[in,out] | DataMatrixBar4 | Colour bar 4. |
short DataMatrixBar5 |
Colour bar 5 of the 2-D Pharmacode.
[in,out] | DataMatrixBar5 | Colour bar 5. |
short DataMatrixBar6 |
Colour bar 6 of the 2-D Pharmacode.
[in,out] | DataMatrixBar6 | Colour bar 6. |
short DataMatrixBar7 |
Colour bar 7 of the 2-D Pharmacode.
[in,out] | DataMatrixBar7 | Colour bar 7. |
short DataMatrixBar8 |
Colour bar 8 of the 2-D Pharmacode.
[in,out] | DataMatrixBar8 | Colour bar 8. |
short DataMatrixContrastMin |
boolean DataMatrixDistorted |
boolean DataMatrixExpanded |
This property specifies that the 2D Pharmacode is expanded.
[in,out] | DataMatrixExpanded | TRUE indicates that colour bars with larger tolerances will be proofed, FALSE otherwise. |
short DataMatrixExTypes |
Specifies an expanded Data Matrix symbology (Data Matrix, 2D Pharmacode and dotted Data Matrix).
[in,out] | DataMatrixExTypes | Expanded Data Matrix symbologies. See TxCVC_BC_DM_EX_TYPES for possible values. |
TxCVC_BC_DM_FORMATS DataMatrixFormats |
When evaluating a Data Matrix of type ECC 0 through ECC 140 this can be limited to specific encoding schemes or format IDs.
[in,out] | DataMatrixFormats | Encoding schemes or format IDs. See TxCVC_BC_DM_FORMATS for possible encoding schemes. |
boolean DataMatrixInverted |
short DataMatrixMaxSize |
Maximum evaluated barcode size.
The size refers to the number of modules or cells, where the boundary structures are also evaluated, but the quiet zones are not. The constant CVC_BC_DM_MIN_SIZE
or CVC_BC_DM_MAX_SIZE
from iCVCBarcode.h
can be used to allow all possible barcode sizes.
[in,out] | DataMatrixMaxSize | Maximum number of cells, including border structures, without quietzone. |
short DataMatrixMinSize |
Minimum evaluated barcode size.
The size refers to the number of modules or cells, where the boundary structures are also evaluated, but the quiet zones are not. The constant CVC_BC_DM_MIN_SIZE
or CVC_BC_DM_MAX_SIZE
from iCVCBarcode.h
can be used to allow all possible barcode sizes.
[in,out] | DataMatrixMinSize | Minimum number of cells, including border structures, without quiet zone. |
boolean DataMatrixMirrored |
Specifies that the barcode is mirrored, for example, when the barcode image was read it was routed via a mirror or it was read from the reverse side.
[in,out] | DataMatrixMirrored | TRUE means that the barcode is mirrored, FALSE otherwise. |
short DataMatrixModulwidth |
short DataMatrixQuietzone |
boolean DataMatrixRectangular |
Permits rectangular i.e., not just square, barcodes.
[in,out] | DataMatrixRectangular | TRUE permits rectangular barcodes, FALSE otherwise. |
short DataMatrixThreshold |
TxCVC_BC_DM_TYPES DataMatrixTypes |
This property activates the checking for and reading of this type of barcode with all or some error correction levels.
[in,out] | DataMatrixTypes | Error correction level. See TxCVC_BC_DM_TYPES for possible levels. |