ByteScout Premium Suite - C# - Generate gs1 databar expanded stacked barcode with barcode sdk - ByteScout

ByteScout Premium Suite – C# – Generate gs1 databar expanded stacked barcode with barcode sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Premium Suite – C# – Generate gs1 databar expanded stacked barcode with barcode sdk

How to generate gs1 databar expanded stacked barcode with barcode sdk in C# using ByteScout Premium Suite

How to write a robust code in C# to generate gs1 databar expanded stacked barcode with barcode sdk with this step-by-step tutorial

The documentation is designed for a specific purpose to help you to apply the features on your side. ByteScout Premium Suite is the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording and you can use it to generate gs1 databar expanded stacked barcode with barcode sdk with C#.

The following code snippet for ByteScout Premium Suite works best when you need to quickly generate gs1 databar expanded stacked barcode with barcode sdk in your C# application. Just copy and paste the code into your C# application’s code and follow the instructions. Enjoy writing a code with ready-to-use sample codes in C#.

ByteScout Premium Suite free trial version is available on our website. C# and other programming languages are supported.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

Program.cs
      
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using Bytescout.BarCode; namespace Sample { class Program { static void Main(string[] args) { // Create new barcode Barcode barcode = new Barcode(); // Set symbology barcode.Symbology = SymbologyType.GS1_DataBar_Expanded_Stacked; // Set value barcode.Value = "(01)04512345678906(3930)3921980(17)091225(10)10000"; // Set the number of segments in line barcode.Options.GS1ExpandedStackedSegmentsNumber = 6; // Save barcode to image barcode.SaveImage("result.png"); // Show image in default image viewer Process.Start("result.png"); } } }

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next