| 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.
| [in] | barcodeType | e_BarCType. The type of barcode. | 
| true | The given barcode type supports a composite component. | 
| false | The given barcode type cannot be a composite barcode. |