TBarCode Library 11  TBarCode Library 11
BOOL BCIsCompositeAllowed ( e_BarCType  barcodeType)

Retrieves whether the barcode type can be a composite barcode.

Only certain types of barcodes can have composite components. You can use this function to find out if a certain barcode type supports a composite component.

Parameters:
[in]barcodeTypee_BarCType. The type of barcode.
Return values:
trueThe given barcode type supports a composite component.
falseThe given barcode type cannot be a composite barcode.