TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetTextDist ( t_BarCode pBarCode,
LONG  nTextDist 
)

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]pBarCodePointer to barcode structure.
[in]nTextDistDistance between barcode and human readable text [1/1000 mm] (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.