 
         
         
             Important Update
                        Important Update
                    
                :
These source code samples are assembled by their programming language and functions they use. ByteScout Premium Suite was made to help with optical product with barcode sdk in VB.NET. ByteScout Premium Suite is the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording.
If you want to quickly learn then these fast application programming interfaces of ByteScout Premium Suite for VB.NET plus the guideline and the VB.NET code below will help you quickly learn optical product with barcode sdk. Just copy and paste this VB.NET sample code to your VB.NET application’s code editor, add a reference to ByteScout Premium Suite (if you haven’t added yet) and you are ready to go! Want to see how it works with your data then code testing will allow the function to be tested and work properly.
Visit our website to get a free trial version of ByteScout Premium Suite. Free trial contains many of source code samples to help you with your VB.NET project.
  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 Module1
    Sub Main()
        ' Create new barcode
        Dim barcode As New Barcode()
        ' Set symbology
        barcode.Symbology = SymbologyType.OpticalProduct
        ' Set value
        barcode.Value = "123456789"
        ' Save barcode to image
        barcode.SaveImage("result.png")
        ' Show image in default image viewer
        Process.Start("result.png")
    End Sub
End Module
    
    60 Day Free Trial or Visit ByteScout Premium Suite Home Page
    
    Explore ByteScout Premium Suite Documentation
    
    Explore Samples
    
    Sign Up for ByteScout Premium Suite Online Training
    Get Your API Key
    
    Explore Web API Docs
    
    Explore Web API Samples    
60 Day Free Trial or Visit ByteScout Premium Suite Home Page
Explore ByteScout Premium Suite Documentation
Explore Samples
Sign Up for ByteScout Premium Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: 
