TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet2DCompositeComponent ( t_BarCode pBarCode,
e_CCType  eCCType 
)

Sets 2D Composite Component (= CC) Type.

Enables or disables generation of an GS1 Composite Symbology and adjusts the type of the 2D composite component (CC-A, CC-B or CC-C). The CC is printed on top of the base symbol, which can be an GS1 DataBar or an EAN-128 symbology. For usual applications (using GS1 Composite) we recommend to set the CC-Type to eCC_Auto. In this case TBarCode computes the optimal CC automatically. Default: eCC_None.

See also:
BCGet2DCompositeComponent()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eCCTypeCC Type.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.