TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_PDF417_SegLast ( t_BarCode pBarCode,
BOOL  bSegLast 
)

Marks the actual symbol as the last one within the Macro PDF417 symbol chain.

Marks the current symbol as the last one within the actual symbol chain. This feature is used when generating Macro PDF417. Some applications require the segment count to be set for identifying the last bar code in the symbol chain.

See also:
BCGet_PDF417_SegLast() BCSet_PDF417_SegCount()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]bSegLastIs last segment.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.