ByteScout QR Code SDK - VB.NET - Generate GS1 QR Code - ByteScout

ByteScout QR Code SDK – VB.NET – Generate GS1 QR Code

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

How to generate gs1 QR code in VB.NET and ByteScout QR Code

This tutorial will show how to generate gs1 QR code in VB.NET

The code below will help you to implement an VB.NET app to generate gs1 QR code. What is ByteScout QR Code? It is the SDK for QR Code barcode generation. This SDK provides full set of features to control output barcodes quality, encoding, size, features. You may change output zize, set an image to be embedded into QR Code barcode generated. Includes special features to encode contact card, URL, phone and other information into QR Code barcode. Can run in batch barcode generation mode. It can help you to generate gs1 QR code in your VB.NET application.

This code snippet below for ByteScout QR Code works best when you need to quickly generate gs1 QR code in your VB.NET application. In your VB.NET project or application you may simply copy & paste the code and then run your app! This basic programming language sample code for VB.NET will do the whole work for you to generate gs1 QR code.

Free trial version of ByteScout QR Code is available on our website. Documentation and source code samples are included.

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

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

Module1.vb
      
Imports Bytescout.BarCode Module Module1 Sub Main() ' Create and activate QRCode instance Using barcode As New QRCode() barcode.RegistrationName = "demo" barcode.RegistrationKey = "demo" ' Enable generation of GS1 version of QR Code barcode.IsGS1 = True ' Set value that is formatted according to GS1 specification barcode.Value = "(01)07046261398572(17)130331(10)TEST5632(21)19067811811" ' Save barcode image to file barcode.SaveImage("result.png") End Using ' Open the image in default image viewer (for demo purpose) Process.Start("result.png") End Sub End Module

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout QR Code Home Page

Explore ByteScout QR Code Documentation

Explore Samples

Sign Up for ByteScout QR Code 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 QR Code Home Page

Explore ByteScout QR Code Documentation

Explore Samples

Sign Up for ByteScout QR Code Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next