Create Postal Barcodes
DynamicBarcode Creator for .NET makes creating barcodes straightforward. Use one of the following postal barcodes in your applications.
AustraliaPost | Postnet |
SingaporePost | MSI |
RM4SCC | KIX |
Intelligent Mail barcode | DeutschePostLeitcode |
DeutschePost Identcode |
How to Create Australia Post Barcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating an Australia Post barcode using DynamicBarcode Creator.
Steps for creating Australia Post Barcode
- Create a
AustraliaPost
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
AustraliaPost barcode = new AustraliaPost("012345671");
barcode.Draw("AustraliaPost.png", 300, ImageFormat.Png);
How to Create Intelligent Mail Barcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating an Intelligent Mail barcode using DynamicBarcode Creator.
Steps for creating Intelligent Mail Barcode
- Create a
IntelligentMailBarcode
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
IntelligentMailBarcode barcode = new IntelligentMailBarcode("0123456709498765432101234567891");
barcode.Draw("IntelligentMailBarcode.png", 300, ImageFormat.Png);
How to Create Kix barcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating a Kix barcode using DynamicBarcode Creator.
Steps for creating Kix barcode
- Create a
Kix
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
Kix barcode = new Kix("1231FZ13XHS");
barcode.Draw("Kix.png", 300, ImageFormat.Png);
How to Create MSI Barcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating an MSI barcode using DynamicBarcode Creator.
Steps for creating MsiBarcode
- Create a
MsiBarcode
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
MsiBarcode barcode = new MsiBarcode("123456789", 100);
barcode.Draw("MsiBarcode.png", 300, ImageFormat.Png);
How to Create Postnet using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating a Postnet barcode image using DynamicBarcode Creator.
Steps for creating Postnet barcode
- Create a
Postnet
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
Postnet barcode = new Postnet("20815470412");
barcode.Draw("Postnet.png", 300, ImageFormat.Png);
How to Create Rm4scc using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrate creating an Rm4scc barcode using DynamicBarcode Creator.
Steps for creating RM4SCC barcode
- Create a
Rm4scc
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
Rm4scc barcode = new Rm4scc("20815470412");
barcode.Draw("Rm4scc.png", 300, ImageFormat.Png);
How to Create Singapore Post using DynamicBarcode Creator(C#)
The following steps and C# sample code illustrate creating a Singapore Post barcode using DynamicBarcode Creator.
Steps for creating Singapore Post barcode
- Create a
SingaporePost
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
SingaporePost barcode = new SingaporePost("208154");
barcode.Draw("SingaporePost.png", 300, ImageFormat.Png);
How to Generate DeutschePostIdentcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrates generating a DeutschePostIdentcode barcode using DynamicBarcode Creator.
Steps to Create DeutschePostIdentcode barcode
- Create a
DeutschePostIdentcode
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
DeutschePostIdentcode barcode = new DeutschePostIdentcode("12345678901");
barcode.Draw("DeutschePostIdentcode.png", 300, ImageFormat.Png);
How to Create DeutschePostLeitcode using DynamicBarcode Creator (C#)
The following steps and C# sample code illustrates creating a DeutschePostLeitcode barcode using DynamicBarcode Creator.
Steps for creating DeutschePostLeitcode barcode
- Create a
DeutschePostLeitcode
object and set the necessary parameters. - Draw the barcode to PNG file.
Sample code - C#
DeutschePostLeitcode barcode = new DeutschePostLeitcode("1234567890123");
barcode.Draw("DeutschePostLeitcode.png", 300, ImageFormat.Png);
GitHub Project
Examples are provided in C# and VB.NET. Clone or view the example project at GitHub. The examples on this page are in the following files.
- C# - PostalBarcode.cs
- VB.NET - PostalBarcode.vb
Getting Started
Get started easily by installing DynamicBarcode Creator for .NET through NuGet or manually. Then, refer to the documentation for more information on using and purchasing.
NuGet Package
DynamicBarcode Creator is available on NuGet and is part of the ceTe.DynamicBarcode.Creator.NET
package.
DynamicBarcode Creator Library is available for WPF is part of the ceTe.DynamicBarcode.Creator.WPF
package.
DynamicBarcode Creator Information
DynamicBarcode Creator is an easy-to-use .NET library designed for efficient barcode image creation from any Windows, Web, or WPF applications. DynamicBarcode Creator is based on the time-tested barcode rendering contained within our PDF libraries. DynamicBarcode Creator for .NET can output many linear and 2-D barcode types (Data Matrix, PDF417, QR Code, and many more) in several image formats (JPEG, PNG, TIFF, GIF & BMP). With a Free Evaluation Edition to try and with flexible and royalty-free licensing options, download DynamicBarcode Creator Today!