| 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).
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | nRows | Number of rows [3..90] (-1 ... reset to default). | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |