ByteScout BarCode Generator SDK - VB.NET - GS1 QR Code - ByteScout

ByteScout BarCode Generator SDK – VB.NET – GS1 QR Code

  • Home
  • /
  • Articles
  • /
  • ByteScout BarCode Generator SDK – VB.NET – GS1 QR Code

gs1 QR code in VB.NET with ByteScout Barcode SDK

Tutorial: how to do gs1 QR code in VB.NET

These source code samples are listed and grouped by their programming language and functions they use. ByteScout Barcode SDK was made to help with gs1 QR code in VB.NET. ByteScout Barcode SDK is the robost SDK that generates high quality barcode images and pdf. Can generate all popular types of barcodes from QR Code, Code 39, Code 128, UPC, GS1, GS-128, PDF417, Datamatrix to more exotic barcode types. Fully customizable fonts, colors, print sizes. Includes special functions to ensure output quality, and tools for adding barcodes to new or existing pdf files and images.

This rich sample source code in VB.NET for ByteScout Barcode SDK includes the number of functions and options you should do calling the API to implement gs1 QR code. Follow the instruction from the scratch to work and copy and paste code for VB.NET into your editor. You can use these VB.NET sample examples in one or many applications.

ByteScout Barcode SDK is available as free trial. You may get it from our website along with all other source code samples for VB.NET applications.

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

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

Program.vb
      
Imports Bytescout.BarCode Module Program Sub Main() Try ' Create and activate barcode generator instance Using barcode As Barcode = New Barcode("demo", "demo") ' Set barcode type barcode.Symbology = SymbologyType.GS1_QRCode ' GS1 QR Code requires a value that is formatted according to GS1 specification. barcode.Value = "(01)07046261398572(17)130331(10)TEST5632(21)19067811811" ' Save barcode to image file barcode.SaveImage("result.png") End Using Catch ex As Exception Console.WriteLine(ex.Message) End Try ' Show image in default image viewer Process.Start("result.png") End Sub End Module

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Barcode SDK Home Page

Explore ByteScout Barcode SDK Documentation

Explore Samples

Sign Up for ByteScout Barcode SDK 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 Barcode SDK Home Page

Explore ByteScout Barcode SDK Documentation

Explore Samples

Sign Up for ByteScout Barcode SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next