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.

Mon Oct 19, 2015 6:16 am

Hi,

have you planned to implement XML serialization on BarCodeControl ?

Code: Select all
string destination = Path.Combine(path, filename);
                using (TextWriter writer = new StreamWriter(destination))
                {
                    XmlSerializer serializer = new XmlSerializer(typeof(BarCodeControl));
                    serializer.Serialize(writer, this.barCodeControl);
                }


Thanks,

Vincent

nolme
 
Posts: 79
Joined: Fri Apr 24, 2015 3:56 pm

Mon Oct 19, 2015 7:24 am

Hi,

Thanks for your inquiry.
Sorry that at present we have had no plan for it. We may add the feature in the future and will inform you when it is supported.

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