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.

Fri Aug 04, 2023 10:24 am

Hello, I'm trying to create a rectangle datamatrix code, and there appears to be no difference between the square and rectangle setting. I followed the code below, obviously changing the DataMatrixSymbolShape from rectangle to square. The image shows both shapes.

This has been replicated in version 7.2 & 6.8. Is there an issue with the DataMatrixSymbolShape setting?

Thanks

Code: Select all
BarcodeSettings barCodeSetting = new BarcodeSettings();
barCodeSetting.Type = BarCodeType.DataMatrix;
barCodeSetting.BackColor = Color.White;
barCodeSetting.ShowText = false;
barCodeSetting.X = 5;
barCodeSetting.HasBorder = false;
barCodeSetting.DataMatrixSymbolShape = DataMatrixSymbolShape.Rectangle;
barCodeSetting.Data = "ABC 123456789ABC 123456789ABC 123456789";
barCodeSetting.Data2D = "ABC 123456789ABC 123456789ABC 123456789";
BarCodeGenerator generator = new BarCodeGenerator(barCodeSetting);


datamatrix.png

marko123
 
Posts: 3
Joined: Tue Jul 28, 2015 3:42 pm

Tue Aug 08, 2023 1:32 am

Hi,

Thank you for providing feedback regarding the DataMatrixSymbolShape options in our product's interface.

We would like to inform you that currently, these two have not been fully implemented. If you need, we can create a new feature and let our developers implement it. Thanks for your feedback.

Thank you for bringing this to our attention, and we look forward to hearing from you.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Tue Aug 08, 2023 9:56 am

We have a requirement for a 8*32 Datamatrix code, but at the minimum a rectangle code.

Any features you can add to the Datamatrix code would be welcome

Thanks

marko123
 
Posts: 3
Joined: Tue Jul 28, 2015 3:42 pm

Wed Aug 09, 2023 6:27 am

Hi,

Thanks for your feedback.
For your situation, I have created a new feature with the ticket number SPIREBARCODE-241, once it is implemented, I will inform you asap.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Wed Sep 06, 2023 8:51 am

Hello, is there a rough estimate on when this feature may be ready?

Thanks

marko123
 
Posts: 3
Joined: Tue Jul 28, 2015 3:42 pm

Thu Sep 07, 2023 3:10 am

Hi,

Thanks for your inquiry.
This new feature has not been implemented yet, once there are any updates available. I will inform you asap. Thanks for your patience and understanding.

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to Spire.BarCode