TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetCharacterSpacing ( t_BarCode pBarCode,
DOUBLE  spacing 
)

Sets the the character spacing of the currently active text object.

Positive values increment the spacing, negative values decrement it. The currently active text object can be selected by calling BCSetActiveTextIndex().

See also:
BCGetActiveTextIndex(), BCSetActiveTextIndex(), BCGetCharacterSpacing()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]spacingThe character spacing in points.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.