Variables
Properties of 1-D Pharmacode

Variables

boolean PharmacodeEnabled
 Activates checking for and reading of this type of barcode.
 
boolean PharmacodeInverted
 Specifies that the barcode is white on a black background or not.
 
short PharmacodeMaxDigits
 This property specifies the maximum number of 1-D Pharmacode code words.
 
short PharmacodeMinDigits
 This property specifies the minimum number of 1-D Pharmacode code words.
 
short PharmacodePixelReference
 This property defines the illustration measure of the picture in 10ths pixel per millimetre.
 
short PharmacodeQuietzone
 This property defines the minimum of quiet zone in 10ths millimetre.
 
short PharmacodeRunDirection
 Run direction in which the 1-D Pharmacode moves in the picture.
 
short PharmacodeScaleFactor
 This property specifies the scale factor of the 1-D Pharmacode in % ranging from 50 to 200 (default 100).
 
short PharmacodeThreshold
 This property defines the digitalisation threshold in %.
 

Detailed Description

Variable Documentation

boolean PharmacodeEnabled

Activates checking for and reading of this type of barcode.

Parameters
[in,out]PharmacodeEnabledTRUE activates the recognition of 1-D Pharmacodes, FALSE otherwise.
Returns
Specifies whether the recognition of 1-D Pharmacodes is enabled or not.
boolean PharmacodeInverted

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

Parameters
[in,out]PharmacodeInvertedFALSE 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.
short PharmacodeMaxDigits

This property specifies the maximum number of 1-D Pharmacode code words.

Attention
The number of code words is restricted. In general, the entries do not match the actual number of existing information characters.
Parameters
[in,out]PharmacodeMaxDigitsMaximum number of 1-D Pharmacode code words.
Returns
Maximum number of 1-D Pharmacode code words.
short PharmacodeMinDigits

This property specifies the minimum number of 1-D Pharmacode code words.

Parameters
[in,out]PharmacodeMinDigitsMinimum number of 1-D Pharmacode code words.
Returns
Minimum number of 1-D Pharmacode code words.
short PharmacodePixelReference

This property defines the illustration measure of the picture in 10ths pixel per millimetre.

Parameters
[in,out]PharmacodePixelReferenceIllustration measure of the picture.
Returns
Illustration measure of the picture.
short PharmacodeQuietzone

This property defines the minimum of quiet zone in 10ths millimetre.

Parameters
[in,out]PharmacodeQuietzoneMinimum of quiet zone.
Returns
Minimum of quiet zone.
short PharmacodeRunDirection

Run direction in which the 1-D Pharmacode moves in the picture.

There are four run directions possible.

Parameters
[in,out]PharmacodeRunDirectionRun direction in which the 1-D Pharmacode moves in the picture.
Returns
Run direction in which the 1-D Pharmacode moves in the picture.
short PharmacodeScaleFactor

This property specifies the scale factor of the 1-D Pharmacode in % ranging from 50 to 200 (default 100).

100% is normal 1-D Pharmacode.
66% is miniature 1-D Pharmacode.

Parameters
[in,out]PharmacodeScaleFactorScale factor of the 1-D Pharmacode.
Returns
Scale factor of the 1-D Pharmacode.
short PharmacodeThreshold

This property defines the digitalisation threshold in %.

Parameters
[in,out]PharmacodeThresholdDigitalisation threshold in %.
Returns
Digitalisation threshold in %.