ByteScout Barcode Suite - VBScript - Monochrome bitmap with barcode sdk - ByteScout

ByteScout Barcode Suite – VBScript – Monochrome bitmap with barcode sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Barcode Suite – VBScript – Monochrome bitmap with barcode sdk

monochrome bitmap with barcode sdk in VBScript with ByteScout Barcode Suite

Learn to code in VBScript to make monochrome bitmap with barcode sdk with this simple How-To tutorial

The samples of source code documentation give a quick and simple method to apply a required functionality into your application. ByteScout Barcode Suite helps with monochrome bitmap with barcode sdk in VBScript. ByteScout Barcode Suite is the bundle that privides 3 SDK products to generate barcodes (Barcode SDK), read barcodes (Barcode Reaer SDK) and read and write spreadsheets (Spreadsheet SDK).

If you want to quickly learn then these fast application programming interfaces of ByteScout Barcode Suite for VBScript plus the guideline and the VBScript code below will help you quickly learn monochrome bitmap with barcode sdk. If you want to implement this functionality, you should copy and paste code below into your app using code editor. Then compile and run your application. Check these VBScript sample code examples to see if they acknowledge to your needs and requirements for the project.

ByteScout Barcode Suite free trial version is available for download from our website. Free trial also includes programming tutorials along with source code samples.

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

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

MonochromeBitmap.vbs
      
Set bc = CreateObject("Bytescout.BarCode.Barcode") ' set barcode type (symbology) bc.Symbology = 16 ' 16 = QR Code ' set monochrome output bc.ProduceMonochromeImages = True ' set barcode value to encode bc.Value = "012345" ' save image to file bc.SaveImage "result.bmp" Set bc = Nothing ' Open the output file in default app Set shell = CreateObject("WScript.Shell") shell.Run "result.bmp", 1, false Set shell = Nothing

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Barcode Suite Home Page

Explore ByteScout Barcode Suite Documentation

Explore Samples

Sign Up for ByteScout Barcode 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 Barcode Suite Home Page

Explore ByteScout Barcode Suite Documentation

Explore Samples

Sign Up for ByteScout Barcode Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next