The coding instructions are formulated to help you to try-out the features without the requirement to write your own code. ByteScout Barcode Suite is the bundle that privides 3 SDK products to generate barcodes (Barcode SDK), read barcodes (Barcode Reaer SDK) and read and write spreadsheets (Spreadsheet SDK). It can generate qr code barcode with json with barcode sdk in VB.NET.
The following code snippet for ByteScout Barcode Suite works best when you need to quickly generate qr code barcode with json with barcode sdk in your VB.NET application. Simply copy and paste in your VB.NET project or application you and then run your app! This basic programming language sample code for VB.NET will do the whole work for you to generate qr code barcode with json with barcode sdk.
ByteScout Barcode Suite free trial version is available on our website. VB.NET 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)
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.QRCode
' Set JSON string as a value
barcode.Value = "{ 'name':'John', 'age':30, 'cars':[ 'Ford', 'BMW', 'Fiat' ] }"
' 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
60 Day Free Trial or Visit ByteScout Barcode Suite Home Page
Explore ByteScout Barcode Suite Documentation
Explore Samples
Sign Up for ByteScout Barcode Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout Barcode Suite Home Page
Explore ByteScout Barcode Suite Documentation
Explore Samples
Sign Up for ByteScout Barcode Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: