|
TBarCode Library 11
TBarCode Library 11
|
| ERRCODE BCSet_DM_Rectangular | ( | t_BarCode * | pBarCode, |
| BOOL | bRect | ||
| ) |
Switches between square or rectangular Data Matrix symbols.
Per default TBarCode computes square Data Matrix symbols. Change this behavior with this function.
| [in] | pBarCode | Pointer to barcode structure. |
| [in] | bRect | Rectangular symbols preferred.
|
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |