TBarCode Library 11  TBarCode Library 11
Codablock F

These functions are used for modifying the behavior of TBarCode when generating the Codablock-F symbology. More...

Functions

LONG BCGet_CBF_Rows (t_BarCode *pBarCode)
 Gets the adjusted number of Codablock-F rows.
LONG BCGet_CBF_Columns (t_BarCode *pBarCode)
 Gets the number of adjusted Codablock-F columns.
LONG BCGet_CBF_RowHeight (t_BarCode *pBarCode)
 Gets the adjusted row height for Codablock-F.
LONG BCGet_CBF_RowSeparatorHeight (t_BarCode *pBarCode)
 Gets the currently adjusted row separator height for Codablock-F.
e_CBFFormat BCGet_CBF_Format (t_BarCode *pBarCode)
 Gets the adjusted Codablock-F code format.
ERRCODE BCSet_CBF_Rows (t_BarCode *pBarCode, LONG nRows)
 Adjusts the number of CodaBlock-F rows.
ERRCODE BCSet_CBF_Columns (t_BarCode *pBarCode, LONG nColumns)
 Adjusts the number of Codablock-F columns.
ERRCODE BCSet_CBF_RowHeight (t_BarCode *pBarCode, LONG nHeight)
 Sets the row height for Codablock-F.
ERRCODE BCSet_CBF_RowSeparatorHeight (t_BarCode *pBarCode, LONG nHeight)
 Sets the height of the Codablock-F row-separator.
ERRCODE BCSet_CBF_Format (t_BarCode *pBarCode, e_CBFFormat eFormat)
 Sets Codablock-F code format.

Detailed Description

These functions are used for modifying the behavior of TBarCode when generating the Codablock-F symbology.