Variables
Properties of Planet Code

Variables

bool CodePlanetCheckDigit
 Evaluate/ignore check digit.
 
short CodePlanetDirection
 Sets the current direction of the Planet code in the image.
 
bool CodePlanetInverted
 Code is inverted (white on black)/not inverted.
 
short CodePlanetLevels
 Specifies the levels for the allowed code types of the Planet code.
 
bool CodePlanetMirror
 Code is mirrored/not mirrored.
 
short CodePlanetQuietzone
 Quietzone in module width.
 
short CodePlanetThreshold
 Bar and gap threshold.
 
bool CodePlanetTransmitCheckDigit
 Append/do not append check digit to data.
 

Detailed Description

Variable Documentation

bool CodePlanetCheckDigit

Evaluate/ignore check digit.

The property checkDigit activates or deactivates the checking of any check digit which may be present. Specifying TRUE activates checking; specifying FALSE deactivates checking.

Parameters
[in,out]CodePlanetCheckDigitEvaluate/ignore check digit of the code.
Returns
Status of check digit flag.
short CodePlanetDirection

Sets the current direction of the Planet code in the image.

Possible property values are: CVC_BC_FENCE, CVC_BC_LADDER, and CVC_BC_BOTH (The barcode may be present in either vertical or horizontal direction, but not in an angle of rotation of 20 degrees). The option CVC_BC_OMNI is not available.

Parameters
[in,out]CodePlanetDirectionSets the current direction of the code.
Returns
Current direction of the Planet code.
bool CodePlanetInverted

Code is inverted (white on black)/not inverted.

The property invers = 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 this case TRUE is passed.

Parameters
[in,out]CodePlanetInvertedCode is inverted (white on black)/not inverted.
Returns
Status of inverted flag.
short CodePlanetLevels

Specifies the levels for the allowed code types of the Planet code.

The property levels can be combined with a bitwise OR. The supported types are: CVC_BC_PLANET_62_BARS, CVC_BC_PLANET_72_BARS, and CVC_BC_PLANET_ALL_LEVELS.

Parameters
[in,out]CodePlanetLevelsSpecifies the levels for the allowed code types.
Returns
Current level of Planet code.
bool CodePlanetMirror

Code is mirrored/not mirrored.

Parameters
[in,out]CodePlanetMirrorCode is mirrored/not mirrored.
Returns
Status of mirror flag.
short CodePlanetQuietzone

Quietzone in module width.

The property quietzone activates or deactivates checking for the presence of quietzones. Possible values are ranging from 2 to 10. Normally, the value is 5. If TRUE is specified, a check is performed for the presence of quietzones; if FALSE is specified, no check is performed.

Parameters
[in,out]CodePlanetQuietzoneSets the quietzone in module width.
Returns
The size of the quietzone.
short CodePlanetThreshold

Bar and gap threshold.

The property threshold specifies the threshold between bar and gap in the code. Values range from 10 to 90 (%).

Parameters
[in,out]CodePlanetThresholdSets the threshold of the code.
Returns
Threshold between bar and gap.
bool CodePlanetTransmitCheckDigit

Append/do not append check digit to data.

If necessary, the property transmit_checkdigit activates or deactivates transmission of a check digit. Specifying TRUE activates transmission; specifying FALSE deactivates it. If check digit is set to FALSE, this parameter is ignored.

Parameters
[in,out]CodePlanetTransmitCheckDigitAppend/do not append check digit to the code.
Returns
Status of check digit transmission flag.