Generate BarCode with Different Symbology
Generating GS1-128 AI 8102 Coupon Extended Barcode
Aspose.BarCode for .NET allows developers to generate GS1-128 AI 8102 coupon extended barcode. A new symbology UpcaGs1Code128Coupon is added to Symbology class to generate GS1-128 AI 8102 coupon extended coded barcode. The following code snippet shows you how to generate GS1-128 AI 8102 coupon extended barcode.
Generating GS1 for Codablock F barcode
Aspose.BarCode for .NET allows developers to generate GS1 for Codablock F barcode. A new symbology GS1CodablockF is added to Symbology class to generate GS1 for Codablock F coded barcode. The following code snippet shows you how to generates the GS1CodablockF barcode:
Generating GS1-128 AI 8012 Barcode
Aspose.BarCode for .NET allows developers to generate GS1-128 AI 8012 barcode. The following code snippet shows you how to generates GS1-128 AI 8012 barcode.
Generate UPCA & GS1 Databar Coupon Barcode
Aspose.BarCode for .NET allow developers to generate UPCA & GS1 Databar coupon barcode. A new symbology UpcaGs1DatabarCoupon is added to Symbology class to generate UPCA & GS1 Databar coupon coded barcode. The following code snippet shows you how to generate UPCA & GS1 DataBar coupon barcode.
Generating Codablock F
Aspose.BarCode for .NET allows developers to generate Codablock F barcode. A new symbology CodablockF is added to Symbology class to generate Codablock F coded barcode. The following code snippet shows you how to generates the Codablock F barcode:
Generate Aztec Barcode
Aspose.BarCode for .NET allows developers to generate the Aztec barcode. A new symbology Aztec is added to Symbology class to generate the Aztec coded barcode. Find below the code sample demonstrating how to generate Aztec Barcode.
A property AztecSymbolMode has been introduced to allow only numbers from 0 to 255 while using Aztec barcode. When AztecSymbolMode property is set, the reader automatically detects Runes. Following is the code demonstration.