TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_CBF_RowSeparatorHeight ( t_BarCode pBarCode,
LONG  nHeight 
)

Sets the height of the Codablock-F row-separator.

Specifies the height of the row-separator in 1/1000 mm. If this value is not set (=default), the height of the separator row is calculated automatically (according to the bounding rectangle). If set, ensure that the bounding rectangle is big enough to avoid clipping.

See also:
BCGet_CBF_RowSeparatorHeight()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nHeightRow separator height [1/1000 mm] (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.