ByteScout BarCode Generator SDK - VBScript - Monochrome Bitmap - ByteScout

ByteScout BarCode Generator SDK – VBScript – Monochrome Bitmap

  • Home
  • /
  • Articles
  • /
  • ByteScout BarCode Generator SDK – VBScript – Monochrome Bitmap

monochrome bitmap in VBScript using ByteScout Barcode SDK

How to use ByteScout Barcode SDK for monochrome bitmap in VBScript

Here you may find thousands pre-made source code pieces for easy implementation in your own programming VBScript projects. ByteScout Barcode SDK was made to help with monochrome bitmap in VBScript. ByteScout Barcode SDK is the robost SDK that generates high quality barcode images and pdf. Can generate all popular types of barcodes from QR Code, Code 39, Code 128, UPC, GS1, GS-128, PDF417, Datamatrix to more exotic barcode types. Fully customizable fonts, colors, print sizes. Includes special functions to ensure output quality, and tools for adding barcodes to new or existing pdf files and images.

You will save a lot of time on writing and testing code as you may just take the code below and use it in your application. Follow the instruction from the scratch to work and copy and paste code for VBScript into your editor. Enjoy writing a code with ready-to-use sample VBScript codes to implement monochrome bitmap using ByteScout Barcode SDK.

On our website you may get trial version of ByteScout Barcode SDK for free. Source code samples are included to help you with your VBScript application.

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 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