TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_PDF417_RowHeight ( t_BarCode pBarCode,
LONG  nHeight 
)

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]pBarCodePointer to barcode structure.
[in]nHeightRow height [1/1000 mm] (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.