TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_PDF417_Columns ( t_BarCode pBarCode,
LONG  nColumns 
)

Sets the number of PDF417 columns.

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

See also:
BCGet_PDF417_Columns()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nColumnsNumber of columns [1..30] (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.