Sets bounding rectangle mode.
Only for Multiple Barcodes mode: Normally the bounding rectangle has a fixed size (given by the user). The mode of bounding rectangle can be changed to grow horizontally or vertically. If one of these modes is set and the bounding rectangle is too small, BC_MultiBC_CalculateLayout will return the required bounding rectangle size.
- Parameters:
-
[in,out] | pBarCode | Pointer to barcode structure. |
[in] | eBoundingRect | Bounding rectangle mode. |
- Return values:
-
| ErrOk | (0) in case of success. Non-zero if error occurred. |
- Note:
- This property is only used in Multiple Barcodes mode.