RM4SCC is a linear barcode, also known as known as RM4SCC, RoyalMail4SCC, British Royal Mail 4-State Customer Code and Royal Mail Barcode.
Encodable characters:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Uppercase letters (A through Z)
Application:
RM4SCC symbology is used by Royal Mail (United Kingdom) post office and Singapore post office for Postal code and automatic mail sorting.
RM4SCC Barcode Image Encoding in .NET Windows Forms Applications
Add reference (BarcodeLib.Barcode.WinForms.dll) to your Visual Studio Toolbox.
Drag LinearWinForm, one of the four components (LinearWinForm, QRCodeWinForm, DataMatrixWinForm and PDF417WinForm), to your .NET Windows Forms program.
Select RM4SCC barcode under Type item of the Properties window.
Reset other parameters of your RM4SCC barcode through Properties window.
.NET WinForms RM4SCC Barcode Image Encoding Using C# & VB Class
.NET WinForms RM4SCC Barcode Generation Using C# & VB .NET Class
Add BarcodeLib.Barcode.WinForms.dll to your .NET WinForms project reference.
Generate RM4SCC barcode image in .NET WinForms using the following demo codes.
.NET Windows Forms RM4SCC barcode image generation with demo codes (C#)