Sets the type of the bearer bars.
By default, bearer bars are deactivated (#eBearerBar_None). To activate bearer bars the bearer bar type has to be set to #eBearerBar_TopAndBottom or #eBearerBar_Rectangle. The bearer bar width has to be set to -1 for the default minimum bearer bar width or a value > 0.
The vertical bearer bar is only displayed, if you have set a quiet zone at left and right >= 12 modules (the quiet zone is necessary to keep the bar code readable).
- Parameters
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | eType | The type of bearer bar. |
- Return values
-
ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |
- See also
- BCGetBearerBarType(), BCGetBearerBarWidth(), BCSetBearerBarWidth()