Sets the distance between the human readable text and the barcode.
The default text distance is computed by TBarCode automatically, but can be overridden by calling BCSetTextDist().
- Note
- This function is only supported by the human readable text but NOT by the extra texts.
- See also
- BCGetTextDist(), BCSetLogFont()
- Parameters
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | nTextDist | Distance between barcode and human readable text 1/1000 mm. |
- Return values
-
ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |