TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_PDF417_Rows ( t_BarCode pBarCode,
LONG  nRows 
)

Sets number of PDF417 rows.

Sets the number of graphic rows for PDF417 to a fixed value. If not set, the number of rows is calculated automatically by TBarCode (this is the default).

See also:
BCGet_PDF417_Rows()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nRowsNumber of rows [3..90] (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.