ByteScout Premium Suite - VBScript - Caption font with barcode sdk - ByteScout

ByteScout Premium Suite – VBScript – Caption font with barcode sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Premium Suite – VBScript – Caption font with barcode sdk

caption font with barcode sdk in VBScript using ByteScout Premium Suite

Learn to code in VBScript to make caption font with barcode sdk with this simple How-To tutorial

We regularly create and update our sample code library so you may quickly learn caption font with barcode sdk and the step-by-step process in VBScript. ByteScout Premium Suite helps with caption font with barcode sdk in VBScript. ByteScout Premium Suite is the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording.

The below SDK samples describe how to quickly make your application do caption font with barcode sdk in VBScript with the help of ByteScout Premium Suite. To use caption font with barcode sdk in your VBScript project or application just copy & paste the code and then run your app! Further improvement of the code will make it more robust.

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 VBScript project.

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

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

Caption Font.vbs
      
' Create Barcode object Set bc = CreateObject("Bytescout.BarCode.Barcode") ' Set barcode type to Code39 bc.Symbology = 1 ' 1 = Code39 symbology type ' Set barcode value bc.Value = "012345" ' Change caption font bc.SetCaptionFont "Times New Roman", 24 ' Save barcode bc.SaveImage "Code39.png" ' Open the output file in default app Set shell = CreateObject("WScript.Shell") shell.Run "code39.png", 1, false

ON-PREMISE OFFLINE SDK

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

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 Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next