ByteScout BarCode Generator SDK - VBScript - Display License Info - ByteScout

ByteScout BarCode Generator SDK – VBScript – Display License Info

  • Home
  • /
  • Articles
  • /
  • ByteScout BarCode Generator SDK – VBScript – Display License Info

How to display license info in VBScript and ByteScout Barcode SDK

What is ByteScout Barcode SDK? It 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.

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 Barcode class instance Set barcode = CreateObject("Bytescout.BarCode.Barcode") barcode.RegistrationName = "demo" barcode.RegistrationKey = "demo" ' Set license Info Set licenseInfo = barcode.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 barcode = Nothing

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