ByteScout QR Code SDK - VB.NET - Generate QR Code with Unicode Value - ByteScout

ByteScout QR Code SDK – VB.NET – Generate QR Code with Unicode Value

  • Home
  • /
  • Articles
  • /
  • ByteScout QR Code SDK – VB.NET – Generate QR Code with Unicode Value

How to generate QR code with unicode value in VB.NET using ByteScout QR Code

How to code in VB.NET to generate QR code with unicode value with this step-by-step tutorial

We made thousands of pre-made source code pieces for easy implementation in your own programming projects. ByteScout QR Code: 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 generate QR code with unicode value in VB.NET.

This rich sample source code in VB.NET for ByteScout QR Code includes the number of functions and options you should do calling the API to generate QR code with unicode value. Just copy and paste the code into your VB.NET application’s code and follow the instruction. You can use these VB.NET sample examples in one or many applications.

Trial version of ByteScout QR Code is available for free. Source code samples are included to help you with your VB.NET app.

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 System.Text Imports Bytescout.BarCode Module Module1 Sub Main() ' Create and activate QRCode instance Using barcode As New QRCode() barcode.RegistrationName = "demo" barcode.RegistrationKey = "demo" ' Set the character encoding to UTF8 barcode.CharacterEncoding = Encoding.UTF8 ' Set Unicode barcode value barcode.Value = "??" ' Show barcode caption (optional) barcode.DrawCaption = True ' 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