Home > VB.NET Barcode Generator > VB.NET Linear Barcode Generator - ISSN Generator

ISSN Barcode Library for VB.NET

Generate and print ISSN barcode in an image in VB.NET applications

  • Create, draw and print ISSN barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications

  • Generate ISSN in VB.NET class & console application, SQL Server Reporting Service (SSRS) & Crystal Reports for .NET projects

  • Support supplement 2 or 5 digits add-on for ISSN

  • 100% run in Visual Basic.NET and compatible with .NET 2.0/3.0/3.5 and advanced version

  • Compatible with the latest ISO Standard of ISSN

  • Easy to be integrate barcode generating component into Microsoft Visual Studio, and support VS 2005/2008/2010

  • Flexible barcode sizing and image options, such as image format, DPI, Angle, height and width of barcode image, X, Y dimension, etc

  • Enable or disable human-readable text with customizable font, color, margin

  • Mature barcode generating component DLL

VB.NET ISSN Barcode Generator - Overview

VB.NET ISSN generator is a comprehensive, easy-to-use .NET barcode generator, allowing ISSN barcode to be generated, drawn and printed in VB.NET class and console applications. It is easy to integrate VB.NET barcode generating component into your VB.NET projects with detailed barcode settings on size, color, text, etc.

ISSN Information

  • Numeric-only linear barcode symbology with fixed length of 9 digits

  • History: drafted as an ISO international standard in 1971 and published as ISO 3297 in 1975

  • Short for International Standard Serial Number

  • Using Field: periodical publications

  • Encode Charater set:

    • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Development Environment

  • Windows Forms Application (design-time and runtime support)

  • .NET Web Forms Web site (design-time and runtime support)

  • Console Application (runtime support)

  • .NET Web Service Project (runtime support)

  • Crystal Reports for .NET Application (runtime support)

  • Windows Service (runtime support)

  • Class Library (runtime support)

Generate and print ISSN barcode using VB.NET Barcode Creator SDK

Generate ISSN in VB.NET class:


Dim barcode As Avapose.Barcode.Encoder.ClassLibrary.BarCode = New Avapose.Barcode.Encoder.ClassLibrary.BarCode


// ISSN encoding set, support ISSNSup2, ISSNSup5

barcode.Symbology = Avapose.Barcode.Encoder.ClassLibrary.Symbology.ISSN


// ISSN valid character set, start with "977" only

barcode.Data = "977501450"


// ISSN basic settings, including sizing, color, etc

barcode.UOM = Avapose.Barcode.Encoder.ClassLibrary.UnitOfMeasure.Pixel

barcode.X = 6

barcode.Y = 6

barcode.BarcodeImageWidth = 175

barcode.BarcodeImageHeight = 50

barcode.Angle = Avapose.Barcode.Encoder.ClassLibrary.Angle.Degree0

barcode.AutoResize = True


// ISSN background & foreground color set

barcode.ForegroundColor = Color.DarkSeaGreen


// ISSN text releted seeting, including color, font, margin

barcode.ShowText = True

barcode.TextColor = Color.Gray

barcode.TextFont = New Drawing.Font("Arial", 10.0F, Drawing.FontStyle.Bold)


// ISSN barcode image format set

barcode.draw(".../issn.png")

issn





Related ISSN Barcode Integration & Generation Information

The following ISSN barcode integration and creation information links relate to this product that may be of interest to you: