Create Barcodes with parenthesis in the CodeText

We are pleased to announce the release of Aspose.BarCode for .NET 19.1. This release enhanced the BarCodeGenerator API to support parenthesis in the CodeText. For a detailed note on what is new and fixed, please visit the release notes page for information of API documentation.

Support for parenthesis in CodeText

This release of Aspose.BarCode enhanced the BarCodeGenerator API to allow the CodeText to contain parenthesis. You may generate barcodes with parenthesis in the CodeText as shown below in the code example. 

Aspose.BarCode.Generation.BarCodeGenerator generator = new
Aspose.BarCode.Generation.BarCodeGenerator(
Aspose.BarCode.Generation.EncodeTypes.Pdf417);

generator.CodeText = "Sample.Code.Text(Example).20181203_150435";

generator.Save(TestDirectory + "barcodeTest.png", BarCodeImageFormat.Png);
Result:
Correct PNG image.

Aspose.BarCode for .NET Resources

You can get started with Aspose.BarCode for .NET by making use of information available in the following: