Sets PDF417 row height to a fixed value.
Sets the height of a PDF417 row tow a fixed value [1/1000 mm]. If not set, the height is calculated automatically by TBarCode with respect to the bounding rectangle passed to BCDraw (..).
- Note:
- If set, ensure that the bounding rectangle is big enough to avoid clipping.
- See also:
- BCGet_PDF417_RowHeight()
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | nHeight | Row height [1/1000 mm] (-1 ... reset to default). |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |