Create Code128 barcodes exclusively using Code128 set B

After doing some digging and barcode comparisons, I found that the Code128 barcodes I’ve generated using the BarcodeBuilder object are encoded using Code128 Auto, which switches between Code128 sets A, B, and C as needed. I have a client who has specifically asked for barcodes to be generated using Code128 set B. I would like to be able to select which Code128 subset to use, rather than have it be decided by the text being encoded. Is there a workaround, or are there any plans to implement this?

At the time of writing this topic, I was using the latest version of Aspose.Barcode (18.7.0). I found that I could achieve the functionality I desired if I used version 5.8.0 or older using the Code128CodeSet property of BarCodeBuilder. Is there any way to achieve this same functionality with a more recent version?

@rykroese,

The Code128CodeSet is no more available in the API and it seems the process was automated for this purpose.