TBarCode Library 11  TBarCode Library 11
BOOL BCIsCompositeComponentAllowed ( e_BarCType  barcodeType,
e_CCType  componentType 
)

Retrieves whether the barcode type can be a composite barcode with a certain component.

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

Parameters:
[in]barcodeTypee_BarCType. The type of barcode.
[in]componentTypee_CCType. The type of composite component.
Return values:
trueThe given barcode type supports the given composite component.
falseThe given barcode type cannot be a composite barcode, or it the does not support the given type of component.