MSI Plessey Barcode Library for VB.NET
How to generate and print MSI Plessey barcode in VB.NET applications
- Create, draw and print MSI Plessey barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications
- Generate MSI Plessey in VB.NET class & console application, SQL Server Reporting Service (SSRS) & Crystal Reports for .NET projects
- 100% run in Visual Basic.NET and compatible with .NET 2.0/3.0/3.5 and advanced version
- Easy to be integrate barcode generating component into Microsoft Visual Studio, and support VS 2005/2008/2010
- High-quality barcode image format provided, including Gif, Jpeg, Png, Tiff, Bmp, Emf, Exif, Icon and Memory Bmp
- Support to show or hide MSI Plessey checksum digit and human-readable characters
- Over 50 barcode features on MSI Plessey sizing, image, color and text
- Mature barcode generating component DLL
VB.NET Barcode Generator for MSI Plessey creation - Overview
VB.NET MSI Plessey generator is easy to generate and create MSI Plessey barcodes in Visual Basic ASP.NET Web Forms and VB.NET Winforms applications, Reporting Service & Crystal Reports document with a complete developer guide. It is easy to integrate MSI Plessey barcode generating into Microsoft .NET framework and can be written 100% in VB .NET.
MSI Plessey Information
- Continuous, numeric-only linear barcode symbology with variable length
- History: developed in 1971 by The Plessey Company plc
- Aka: Modified Plessey Code
- Using Field: used in libraries and stores
- 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)
Create and print MSI Plessey barcode using VB.NET barcode creator component
Generate MSI Plessey in VB.NET class:
Dim barcode As
Avapose.Barcode.Encoder.ClassLibrary.BarCode =
New Avapose.Barcode.Encoder.ClassLibrary.BarCode
// MSI Plessey encoding set, support MSI, MSI10, MSI11, MSI1010, MSI1110 according to different checksum modulo
barcode.Symbology = Avapose.Barcode.Encoder.ClassLibrary.Symbology.MSI
// MSI Plessey valid character set
barcode.Data = "5017"
// MSI Plessey basic settings, including sizing, color, etc
barcode.UOM = Avapose.Barcode.Encoder.ClassLibrary.UnitOfMeasure.Pixel
barcode.X = 1
barcode.Y = 60
barcode.BearerBarStyle = 0
barcode.BarcodeImageWidth = 175
barcode.BarcodeImageHeight = 50
barcode.Angle = Avapose.Barcode.Encoder.ClassLibrary.Angle.Degree0
barcode.AutoResize =
True
// MSI Plessey background & foreground color set
barcode.ForegroundColor = Color.Black
// MSI Plessey text releted seeting, including color, font, margin
barcode.ShowText = True
barcode.TextColor = Color.YellowGreen
barcode.TextFont = New Drawing.Font("Arial", 10.0F, Drawing.FontStyle.Bold)
// MSI Plessey barcode image format set
barcode.draw(".../msi.png")

Related MSI Plessey Barcode Integration & Generation Information
The following MSI Plessey barcode integration and creation information links relate to this product that may be of interest to you:
|
|