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

Sets the row height for Codablock-F.

Specifies the height of an individual row in 1/1000 mm. If this value is not set explicitly (=default), the height is calculated according to the bounding rectangle when drawing (see BCDraw()). If set, ensure that the bounding rectangle is big enough to avoid clipping.

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