Generate Royal Mail 4-State barcode images by using RM4SCC barcode creator SDK for ASP.NET
RM4SCC Barcode Generator Component for ASP.NET
  • Easy to use RM4SCC server control for ASP.NET 2.0, 3.0, 3.5 and 4.0
  • Support RM4SCC as well as many common linear barcode standards in ASP.NET
  • Compatible with Microsoft Visual Studio 2005/2008/2010
RM4SCC Barcode Control for ASP.NET Web Applications
  • Insert & print RM4SCC images in ASP.NET Web Site
  • Create barcode as TIFF, BMP, GIF, JPEG or PNG formats
  • Fully written in Visual Basic .NET and C# .NET
  • Rotate barcode images in 0, 90, 180 and 270 degrees
  • Support Visual Studio 2005/2008/2010
  • Perpetual license & source code available in purchased version
  • Allow customization of X-dimension, Y-dimension, height, width, margins etc.
  • Perpetual license & source code available in purchased version
RM4SCC Barcode Generator is an advance .NET component for adding barcode images in web applications. Avapose.Barcode for ASP.NET helps you create RM4SCC barcode by writing C# or VB codes, or changing contents directly in dynamic URL. It is easy to be used in Visual Basic .NET, C#, Managed C++ and Borland Delphi for .NET.
RM4SCC barcode component for ASP.NET:
  • ASP.NET Web Site (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • ASP.NET Web Services (runtime support)
Barcode Generation SDK for ASP.NET - RM4SCC Specifications
RM4SCC stands for British Royal Mail 4-States Customer Barcode. It is a height-modulated barcode symbology which was designed to be used in mail sort process. Each character of RM4SCC is composed of 4 bars, and 2 of them are ascenders and two descenders.
ASP.NET barcode generator encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • Uppercase: A - Z
ASP.NET Postal Barcode Server Control - RM4SCC Barcode Generation

Requirements:

Before inserting RM4SCC in web applications, you need install:
  • Operating Systems: Windows XP, Windows Vista and Windows Server 2008
  • .NET Framework: 2.0, 3.0, 3.5, 4.0 and 4.5
  • Microsoft Visual Studio: 2005, 2008 and 2010
  • IIS (Internet Information Services)
  • Avapose.Barcode for ASP.NET

Drag and drop RM4SCC barcode image to web forms applications in ASP.NET projects

  1. Download Avapose.Barcode for ASP.NET and unzip;
  2. Copy Avapose.linearbarcode.aspnet.dll to your ASP.NET project folder;
    (Do not copy .dll to .NET bin directory, Visual Studio will do so.)
  3. Copy "linear.aspx" and "linear.aspx.cs" in barcode folder and place them in the target project folder;
  4. Display toolbox and choose "Choose Items"; click "Browse" in the popped up window and navigate to the dll; After clicking "OK", you could find the "LinearWebControl" on the toolbox;
  5. Drag and drop the "LinearWebControl" to your aspx page;
  6. Click "Debug" and RM4SCC occurs.

Generate and insert RM4SCC barcode in an image for ASP.NET applications in C# and VB.NET

  1. Download Avapose.Barcode for ASP.NET free package and unzip it on hard drive;
  2. Copy the Avapose.linearbarcode.aspnet.dll to target folder; (Do not copy bin directory, VS will do it automatically)
  3. Add Avapose.linearbarcode.aspnet.dll to reference of your ASP.NET project;
  4. Copy "linear.aspx" and "linear.aspx.cs" in barcode folder and place them in the target project folder;
  5. Write the VB or C# code samples provided below;
  6. Debug it, the RM4SCC image could be created.

C# code

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

Barcode.LinearBarcode = LinearBarcode.Rm4scc;

Barcode.BarcodeData = "VBDOTNETRM4SCC123";

Barcode.BarWidth_X = 2;

Barcode.Rotation = Degree0;

Barcode.BarcodeHeight = 1;

Barcode.BarcodeWidth = 60;

Barcode.ResizeBarcode = true;

Barcode.DrawBarcodeImag("E:/rm4scc_csharp.gif");

VB code

Dim a As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
vb.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Rm4scc
vb.BarcodeData = "VBDOTNETRM4SCC123"
vb.BarWidth_X = 2
vb.BarHeight_Y = 60
vb.ImageFormat = System.Drawing.Imaging.ImageFormat.Gif
vb.DrawBarcodeImage("E:/rm4scc_vb.gif")

Add RM4SCC barcode creation feature to IIS for ASP.NET applications

  1. Download Avapose.Barcode for ASP.NET and unzip;
  2. Copy Avapose.linearbarcode.aspnet.dll to the project folder of your web Application;
    (The DLL will be copied to the bin directory automatically)
  3. Copy "linear.aspx" and "linear.aspx.cs" in barcode folder and place them in the target project;
  4. Restart IIS, and navigate to http://YourDomain:Port/barcode/linear.aspx?BarcodeData=01234567&LinearBarcode=7
  5. Now a RM4SCC is generated, you can change barcode property below;
  6. To add the created RM4SCC images in html or aspx pages, simply insert the following image tag into your web pages: <img src= http://YourDomain:Port/barcode/linear.aspx?BarcodeData=01234567&LinearBarcode=7">
Testimonial for Barcode Generation SDK for ASP.NET
We bought your product Barcode Generator for ASP.NET a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.