enum TxCVC_BC_DIRECTION |
This data type defines constants for the possible orientations in which a barcode may occur.
CVC_BC_OMNI |
The barcode may be present in any orientation. |
CVC_BC_FENCE |
The barcode is expected to occur in horizontal orientation i.e., it consists of vertical lines (and looks like a picket fence). |
CVC_BC_LADDER |
The barcode is expected to occur in vertical orientation i.e., it consists of horizontal lines (and looks like a ladder). |
CVC_BC_BOTH |
The barcode may be present in either vertical or horizontal orientation, but not in an angle of rotation of 45 degrees. |
CVC_BC_SMALL_CODES |
A small barcode is expected. |
enum TxCVC_BC_DM_EX_TYPES |
Expanded Data Matrix symbologies (Data Matrix, 2-D Pharmacode and dotted Data Matrix).
CVC_BC_DM_EX_DATAMATRIX |
The normal Data Matrix code will be read as usual. The remain Data Matrix parameters have no consequence for reading the code. |
CVC_BC_DM_EX_2D_PHARMACODE |
A 2-D Pharmacode will be expect. The colour bars around the code will be proved. If CVC_BC_DM_EX_2D_PHARMACODE is selected the properties DataMatrixBar1 to DataMatrixBar8, DataMatrixThreshold and DataMatrixExpanded have to be set correctly. The 2-D Pharmacode is a own type and will be issue as the type CVC_BC_2D_PHARMACODE in the result. |
CVC_BC_DM_EX_DOTTED_DATAMATRIX |
A dotted Data Matrix code can be read. If CVC_BC_DM_EX_DOTTED_DATAMATRIX is selected the properties DataMatrixContrastMin, DataMatrixModulwidth, and DataMatrixQuietzone have to be set correctly. |
enum TxCVC_BC_DM_FORMATS |
Bitfield types possibly used for storing data in in the data matrix formats.
enum TxCVC_BC_DM_TYPES |
The different available error correction levels available for DataMatrix codes. Individual error levels can be specified by ORing the following constants in any order.
enum TxCVC_BC_ERROR |
Error code which can occur.
CVC_BC_ERR_NO_ERROR |
No error. |
CVC_BC_ERR_NO_MEMORY |
Not enough memory. |
CVC_BC_ERR_PARAMETER_ERROR |
Erroneous parameters in the parameter list. |
CVC_BC_ERR_PARAMETER_WARNING |
No error occurred, but a unusual situation has been encountered whilst reading a bar or matrix code. |
CVC_BC_ERR_NO_DONGLE |
No CVB Dongle detected. |
CVC_BC_ERR_INVALID_LICENSE_NUMBER |
Invalid CVB Barcode license number. |
CVC_BC_ERR_WRONG_LICENSE_NUMBER |
Wrong CVB Barcode license number. |
CVC_BC_ERR_FILE_NOT_FOUND |
File could not be read (for LoadConfiguration). |
CVC_BC_ERR_FILE_NOT_WRITABLE |
File could not be created (for SaveConfiguration). |
CVC_BC_ERR_NOT_INITIALIZED |
The barcode function has not been initialised. |
CVC_BC_ERR_NO_VALID_IMAGE |
The values in the Image property are not valid for an image object. |
CVC_BC_ERR_NOT_8BIT |
The image data does not have a depth of 8 bits. |
CVC_BC_ERR_INVALID_PLANE |
The specified PlaneIndex does not exist in the image object. |
CVC_BC_ERR_INVALID_RECT |
The specified boundary rectangle is not valid. |
CVC_BC_ERR_GENERIC_ERROR |
Undefined error. |
Type of error correction level for PDF 417 barcodes.
Individual error levels can be specified by ORing the following constants in any order.
enum TxCVC_BC_TYPE |
Type of barcode found.