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.

Thu Jul 27, 2017 10:56 pm

I'm evaluating Spire.BarCode Free edition, and I need to make Datamatrix type 2D barcodes.

The code samples show BarCodeType.Datamatrix, but when I installed v1.4 in Visual Studio, I find Datamatrix is NOT AVAILABLE in the BarCodeType enum.

What's wrong?

All I have is:

Code: Select all
public enum BarCodeType
{
    Codabar = 1,
    Code11 = 2,
    Code25 = 3,
    Interleaved25 = 4,
    Code39 = 5,
    Code39Extended = 6,
    Code93 = 7,
    Code93Extended = 8,
    Code128 = 9,
    EAN8 = 10,
    EAN13 = 11,
    EAN128 = 12,
    EAN14 = 13,
    QRCode = 24,
}

pcleaveland
 
Posts: 1
Joined: Thu Jul 27, 2017 10:42 pm

Fri Jul 28, 2017 2:26 am

Dear pcleaveland,

Thanks for your inquiry.
Sorry that Free Spire.Barcode has some limitations on supported barcode types. If you want to use Datamatrix type 2D barcodes, please evaluate our commercial version.
If there is any question, please let me know.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.BarCode