Variables | |
short | Code4StateAustralianDirection |
Direction of the 4-State Australian in the image. | |
bool | Code4StateAustralianInverted |
Code is inverted (white on black) /not inverted. | |
short | Code4StateAustralianLevels |
Bit field which specifies the permitted subtypes of the 4-State Australian. | |
bool | Code4StateAustralianMirror |
Code is mirrored/not mirrored. | |
short | Code4StateAustralianQuietzone |
The Quiet zone in module width. | |
short | Code4StateAustralianThreshold |
Digitalisation threshold. | |
short Code4StateAustralianDirection |
Direction of the 4-State Australian in the image.
The property direction
sets the current direction of the 4-State Australian Postal code in the image. There are three directions possible: CVC_BC_FENCE
, CVC_BC_LADDER
, and CVC_BC_BOTH
. The default direction is CVC_BC_FENCE
.
[in,out] | Code4StateAustralianDirection | Set the direction of the code. |
bool Code4StateAustralianInverted |
Code is inverted (white on black) /not inverted.
The property set to TRUE
specifies whether the barcode is present as a black on white image (invers = FALSE
) or a white on black image (invers = TRUE
). Normally barcodes are printed dark on a bright background in which case the value FALSE
is passed. Under certain circumstances, the contrast ratio may be inverted. In such cases, pass the value TRUE
.
[in,out] | Code4StateAustralianInverted | Code is inverted/not inverted. |
short Code4StateAustralianLevels |
Bit field which specifies the permitted subtypes of the 4-State Australian.
The 4-State Australian has various subtypes which can be set. The subtypes are set via a bitwise OR combination of the constants:
[in,out] | Code4StateAustralianLevels | Set the permitted subtypes of the code. |
bool Code4StateAustralianMirror |
Code is mirrored/not mirrored.
The property mirror
= TRUE
specifies that the 4-State Australian is mirrored, possibly because the code must be read from the rear or because it was mirrored on image acquisition.
[in,out] | Code4StateAustralianMirror | Code is mirrored/not mirrored. |
short Code4StateAustralianQuietzone |
The Quiet zone in module width.
The property quietzone
sets the minimal quiet zone in module width. The range is between 2 to 10. Default quiet zone is 5.
[in,out] | Code4StateAustralianQuietzone | Check/ignore quiet zone. |
short Code4StateAustralianThreshold |
Digitalisation threshold.
The property threshold
sets the current digitalisation threshold in % ranging from 0 to 100. Default threshold is 10.
[in,out] | Code4StateAustralianThreshold | Set the digitalisation threshold of the code. |