Hi

I need to encode a BC128 barcode (and save as a graphic file).

I've been looking for a nuget package which will support use of subsets and found that zxing.net (which I've used a little for reading some codes in the past) supports this - from github:

DPD, a courier in the UK, require their barcodes to switch from subset B to C at specific points, so I've added an encoding hint to manually trigger subset switches

In fact it's a DPD code I'm trying to create, so zxing.net ought to be a good solution for me. The problem is I can't find any examples or info on how it works.

Can anyone help?

Thanks!