Sets the number of rows that should be drawn in Multiple Barcodes mode.
If this property is set to -1
, the number of rows is computed automatically. This property can be set to enforce a certain number of rows.
All rows will have the same height.
- Note:
- This property is only used in Multiple Barcodes mode.
- Parameters:
-
[in,out] | pBarCode | Pointer to barcode structure. |
[in] | nNumRows | Number of rows. |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |
- See also:
- BCGet_MultiBC_Rows