Create Postal Barcodes (.NET)
DynamicBarcode Creator 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 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 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 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 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 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 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 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 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 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
Clone or view the example project at GitHub. The examples on this page are in the PostalBarcode.cs file.
Getting Started
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.
DynamicPDF Information
More information can be found here: