ISBN for .NET WinForms
ISBN Winforms Generator - Overview
  • ISBN bar code image generator for Winforms in .NET project
  • A clear structured and strongly named DLLs
  • Compatible with Window Control Library and Web Control Library in .NET
  • Support Windows application, console application, and class library
  • Compute check digits for ISBN automatically
  • Provide ISSN winform generator as well
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
ISBN - Brief Introduction

The installation of ISBN Winforms Generator into Winforms is straightforward. Dynamic ISBN could be generated easily using ISBN Winforms Generator. ISBN Winforms Generator could be used to draw ISBN in Windows applications. At the same time, it could be add to Winforms to stream ISBN barcode image via Winforms.
ISBN Winforms Generator - Generating Sample Code

1. How to generate ISBN barcodes with Visual C# .NET


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformsisbn = new Linear();

// set linear barcode symbology to be isbn

winformsisbn.Symbology = Symbology.isbn;

// set UPC-A code text to encode

winformsisbn.Code = "ISBN";

//draw barcode and save into image file in gif format

winformsisbn.drawBarcode2ImageFile("isbn-in-winformscsharp.gif");


2. How to generate ISBN using Visual Basic in .NET


// construct a linear barcode object

Dim winformsisbn As BusinessRefinery.Barcode.Linear

winformsisbn = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be isbn

winformsisbn.Symbology = BusinessRefinery.Barcode.Symbology.isbn

// set UPC-A code text to encode

winformsisbn.Code = "ISBN"

//draw barcode and save into image file in gif format

winformsisbn.drawBarcode2ImageFile("isbn-in-winformsvb.gif")




Quick Links