Easily add ISBN barcode generator into .NET applications for ISSN barcode creation
ISBN Barcode Creator SDK for .NET Applications
  • Easy to use .NET Barcode component for .NET Framework 2.0, 3.0, 3.5, 4.0
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
  • Compatible with most common 1D/2D and postal barcode symbology standards
ISBN Barcode Generation DLL for .NET Applications
  • Create & print ISBN barcode images in Windows Service & Windows Forms applications
  • Free demo download & C#, Visual Basic sample codes are available
  • Support Visual Studio 2005, 2008 and 2010
  • Support 2 or 5 supplemental digits add-on of ISBN book barcode
  • Fully integrated in VB.NET, C#, Managed C++ and Borland Delphi for .NET
  • Compute checksum automatically for linear barcodes if necessary
  • Rich property options include height, margins, width, X-dimension of created images
  • Flexible licensing includes royalty free & perpetual licenses
Avapose.Barcode for .NET Winforms offers easy-to-configure tool which lets you easily insert barcoding features into Winforms projects. High quality PNG, BMP, GIF, JPEG, TIFF and multipage TIFF ISBN barcode images could be printed at low and high resolution. In addition to ease of use, barcode control could be utilized directly by writing C# or VB codes without loaded on the form.
ISBN .NET barcode component support project types:
  • .NET Class Library (runtime support)
  • .NET Console Application (runtime support)
  • Windows Service (runtime support)
  • Windows Application (design-time and runtime support)
.NET WinForms Barcode Making Component - ISBN Information
ISBN, stands for International Standard Book Number, is a numeric and fixed length book identifier assigned to each edition and variation of a book. 9-digit Standard Book Numbering was designed in 1966, 10-digit ISBN format was created in 1970, and since 1 January 2007, ISBNs have contained 13 digits that are compatible with Bookland EAN-13s. It is widely used by libraries, universities, wholesalers etc.
.NET ISBN control for Winforms encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
.NET Barcode Drawing Generator Library - ISBN Barcode Creation

Development Environment:

This part specifies the requirements for using ISBN barcode control for Winforms:
  • Support operating systems include Windows XP, Windows Vista and Windows 7
  • 100% integrated with .NET Framework 2.0, 3.0 3.5, 4.0 and above
  • Perform well in Microsoft Visual Studio 2005, 2008 and 2010
  • Make sure you install Avapose.Barcode for .NET Winforms

Create ISBN Barcodes using .NET Forms Barcode Generator DLL

  1. Download Avapose.Barcode for .NET Winforms and unzip it on user's computer;
  2. Open your Winfroms project in Visual Studio;
  3. Drag and drop the "LinearWinControl" to the form;
  4. Switch to the property-setting panel, choose barcode type as ISBN and input target data to create desired ISBN.

Generate and print ISBN barcode images in C# and VB.NET using .NET Barcode Class Library

  1. Start Visual Studio and open your C# or VB Windows Forms project;
  2. Downlad & unzip Avapose.Barcode for .NET Winforms trial package;
  3. Navigate to the Avapose.linearbarcode.winforms.dll and add it to the Winforms project reference;
  4. Drag and drop a button to the form; double click it;
  5. Write the C# or VB code samples below;
  6. Debug it, ISBN barcode image will be displayed on the form.

C# code

using Avapose.linearbarcode;
Linear Barcode = new Linear();

Barcode.LinearBarcode = LinearBarcode.Isbn;

Barcode.BarcodeData = "978456789102";

Barcode.BarWidth_X = 2;

Barcode.Rotation = Degree0;

Barcode.BarcodeHeight = 2;

Barcode.BarcodeWidth = 60;

Barcode.ResizeBarcode = true;

Barcode.DrawBarcodeImag("D://isbn_csharp.gif");

VB code

Dim a As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
winforms.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Isbn
winforms.BarcodeData = "978456789102"
winforms.BarWidth_X = 2
winforms.BarHeight_Y = 60
winforms.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
winforms.DrawBarcodeImage("D://isbn_8_vb.gif")
Testimonial for Barcode Generation SDK for .NET
We bought your product Barcode Generator for .NET a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.