Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Wed Dec 30, 2015 9:27 am

According to Code 128 standards (https://en.wikipedia.org/wiki/Code_128) there are 3 types of Code 128 barcodes:

128A (Code Set A) - ASCII characters 00 to 95 (0-9, A-Z and control codes), special characters, and FNC 1-4
128B (Code Set B) - ASCII characters 32 to 127 (0-9, A-Z, a-z), special characters, and FNC 1-4
128C (Code Set C) - 00-99 (encodes each two digits with one code) and FNC1

I have pure digital encoding needs so I would prefer to use type C. I have downloaded and tried Spire.BarCode but the only parameter found was "BarCodeType" emumerator value "Code128" (numeric value 9).

Do you support all the above types both for generation and scanning?

mspanakis
 
Posts: 1
Joined: Wed Dec 30, 2015 8:11 am

Thu Dec 31, 2015 2:30 am

Hi,

Thanks for your posting and using Spire.Barcode.
Please use barcodeSettings.Code128SetMode property to set the types.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.BarCode