ByteScout BarCode Generator SDK - VB.NET - Add To Image - ByteScout

ByteScout BarCode Generator SDK – VB.NET – Add To Image

  • Home
  • /
  • Articles
  • /
  • ByteScout BarCode Generator SDK – VB.NET – Add To Image

How to add to image in VB.NET and ByteScout Barcode SDK

Write code in VB.NET to add to image with this step-by-step tutorial

The coding tutorials are designed to help you test the features without need to write your own code. ByteScout Barcode SDK is the fully featured library to generate barcodes. Supports QR Code, Code 39, Code 128, UPC, GS1, GS-128, PDF417, Datamatrix and many other barcode types. Includes various options for barcode generation to ensure output quality, add barcodes to new or existing pdf files and images. It can add to image in VB.NET.

VB.NET code samples for VB.NET developers help to speed up coding of your application when using ByteScout Barcode SDK. In your VB.NET project or application you may simply copy & paste the code and then run your app! Use of ByteScout Barcode SDK in VB.NET is also explained in the documentation included along with the product.

Free trial version of ByteScout Barcode SDK 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)

Program.vb
      
Imports Bytescout.BarCode Class Program Friend Shared Sub Main() ' Create new barcode and register it. Dim barcode As New Barcode() barcode.RegistrationName = "demo" barcode.RegistrationKey = "demo" ' Set symbology barcode.Symbology = SymbologyType.PDF417 ' Set value barcode.Value = "Sample barcode" ' Place barcode at bottom-right corner of the image barcode.DrawToImage("wikipedia.png", -1, 400, 900, "result.png") ' Open output file in default image viewer System.Diagnostics.Process.Start("result.png") End Sub End Class

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