ByteScout Barcode Reader SDK - VBScript - Display License Info - ByteScout

ByteScout Barcode Reader SDK – VBScript – Display License Info

  • Home
  • /
  • Articles
  • /
  • ByteScout Barcode Reader SDK – VBScript – Display License Info

How to display license info in VBScript and ByteScout BarCode Reader SDK

ByteScout BarCode Reader SDK is the SDK for barcode decoding. Can read all popular types from Code 128, GS1, UPC and Code 39 to QR Code, Datamatrix, PDF417. Images, pdf, TIF images and live web camera are supported as input. Designed to handle documents with noise and defects. Includes optional splitter and merger for pdf and tiff based on barcodes. Batch mode is optimized for high performance with multiple threads. Decoded values can be exported to XML, JSON, CSV or into custom data format.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

DisplayLicenseInfo.vbs
      
' Create reader class instance Set reader = CreateObject("Bytescout.BarCodeReader.Reader") reader.RegistrationName = "demo" reader.RegistrationKey = "demo" ' Set license Info Set licenseInfo = reader.LicenseInfo outputMsg = "===============================" + vbCRLF outputMsg = outputMsg + "======== License Info =========" + vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF outputMsg = outputMsg + "License type: " & licenseInfo.LicenseType & vbCRLF outputMsg = outputMsg + "License limit type: " & licenseInfo.LimitType & vbCRLF outputMsg = outputMsg + "Limit of license units: " & licenseInfo.Limit & vbCRLF outputMsg = outputMsg + "License limit term: " & licenseInfo.LimitTerm & vbCRLF outputMsg = outputMsg + "No of remaining license units: " & licenseInfo.Remainder & vbCRLF outputMsg = outputMsg + "Update expires On: " & licenseInfo.UpdatesExpireOn & vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF MsgBox outputMsg Set reader = Nothing

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout BarCode Reader SDK Home Page

Explore ByteScout BarCode Reader SDK Documentation

Explore Samples

Sign Up for ByteScout BarCode Reader 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 Reader SDK Home Page

Explore ByteScout BarCode Reader SDK Documentation

Explore Samples

Sign Up for ByteScout BarCode Reader SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next