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

ByteScout Premium Suite – VBScript – Monochrome bitmap with barcode sdk

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

monochrome bitmap with barcode sdk in VBScript with ByteScout Premium Suite

How to apply ByteScout Premium Suite for monochrome bitmap with barcode sdk in VBScript

We regularly create and update our sample code library so you may quickly learn monochrome bitmap with barcode sdk and the step-by-step process in VBScript. ByteScout Premium Suite was made to help with monochrome bitmap with barcode sdk in VBScript. ByteScout Premium Suite is the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording.

If you want to quickly learn then these fast application programming interfaces of ByteScout Premium Suite for VBScript plus the guideline and the VBScript code below will help you quickly learn monochrome bitmap with barcode sdk. To use monochrome bitmap with barcode sdk in your VBScript project or application just copy & paste the code and then run your app! These VBScript sample examples can be used in one or many applications.

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)

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