Home  >  .NET Barcode Encoder Library Suite  >  Guide for VB.NET Barcode Generating Library  >  VB.NET QR Code Barcode Generator | Create QR Code Using VB.NET Code
VB.NET QR Code Barcode Generator
VB.NET QR Code generation library generate, create, output qr code image with visual basic for .NET framework project templates.
Overview - VB.NET QR Code Encoding DLL
The QR Code VB.NET Barcode generator provided by KeepDynamic.com is a product for creating QR Codes in your VB. NET projects. This QR-Code generator is entirely built in .NET Framework.
Following links can lead users to other barcode solutions for creating QR Code barcode images:
Features - VB.NET QR Code Barcoding Control

QR Code VB.NET Barcode Generator Technology

Generate QR Code Images Using VB.NET Barcoding Control

View more about QR Code Barcode Properties of VB.NET Barcode Generator Library
Sample Codes for QR Code Generation in VB.NET
After intalling KeepDynamic.BarCode.AspNet.dll or KeepDynamic.BarCode.Windows.dll, you can generate & print QR Code using following VB.NET class codes.
'Create a new QR Code barcode object in VB.NET,
Dim barcode As QRCode = New QRCode

'Assign the data value to QR Code barcode symbology and QR Code encodes variable data length
barcode.CodeText = "Abc1234567"
        
'Choose DataMode for QR Code barcode that is going to generate
' 1.Numeric data mode encodes numbers 0 through 9
' 2.AlphaNumeric data mode encodes digits 0-9, upper case letters and special characters(space, $ % * + - . / :)
' 3.byte data mode encodes characters define in ISO/IEC 8859-1
' 4.Kanji data mode encodes Kanji characters
barcode.DataMode = QRCodeDataMode.Auto

'Select a QR Code version from QR Code version list
'Set the Error Correction Level(ECL) to QR Code
barcode.Version = QRCodeVersion.V6
barcode.ECL = QRCodeECL.L

'Enable the option of ProcessTilde when the tilde character "~" is necessary
barcode.ProcessTilde = True

'Set the QR Code barcode graphic measurements as Pixel
barcode.GraphicsUnit = KeepDynamic.Barcode.Generator.GraphicsUnit.Pixel

'Assign the values of bar module width to QR Code barcode
barcode.X = 4

'Set the margins around the QR Code barcode symbology
barcode.LeftMargin = 16
barcode.RightMargin = 16
barcode.TopMargin = 16
barcode.BottomMargin = 16

'Set the resolution of QR Code barcode image that is drawn to,
'change the QR Code barcode image orientation
barcode.Resolution = 72
barcode.Rotate = Rotate.Rotate0

'Set QR Code barcode drawing image format to PNG in VB.NET
'Generate QR Code barcode image in Visual Basic .NET
barcode.Format = System.Drawing.Imaging.ImageFormat.Png
barcode.drawBarcode("C://barcode-qrcode-vbnet1.png")
Supported Barcode Types - VB.NET QR Code Generator
VB.NET Barcode Generator supports most common linear (1d) and matrix (2d) bar code standards, including: