ISSN for .NET WinForms
ISSN Winforms Generator - Overview
  • ISSN 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 ISSN automatically
  • Support ISBN in Winforms
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
ISSN - Brief Introduction

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

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


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformsissn = new Linear();

// set linear barcode symbology to be issn

winformsissn.Symbology = Symbology.issn;

// set UPC-A code text to encode

winformsissn.Code = "ISSN";

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

winformsissn.drawBarcode2ImageFile("issn-in-winformscsharp.gif");


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


// construct a linear barcode object

Dim winformsissn As BusinessRefinery.Barcode.Linear

winformsissn = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be issn

winformsissn.Symbology = BusinessRefinery.Barcode.Symbology.issn

// set UPC-A code text to encode

winformsissn.Code = "ISSN"

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

winformsissn.drawBarcode2ImageFile("issn-in-winformsvb.gif")




Quick Links