Create Postal Barcodes (.NET)
Different types of Postal barcodes can be Created using DynamicBarcode Creator product. The following Barcodes can be used in other applications.
AustraliaPost | Postnet |
SingaporePost | MSI |
RM4SCC | KIX |
Intelligent Mail barcode | DeutschePostLeitcode |
DeutschePost Identcode | Getting Started |
How to Create Australia Post Barcode using DynamicBarcode Creator(C#)
Below are steps and sample code to create Australia Post Barcode image using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create Intelligent Mail Barcode image using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create Kix barcode image using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create MSI Barcode using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create Postnet barcode image using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create Rm4scc barcode image using the DynamicBarcode Creator product, and the output can be used in other applications.
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#)
Below are steps and sample code to create Singapore Post using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to generate DeutschePostIdentcode using the DynamicBarcode Creator product.
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#)
Below are steps and sample code to create DeutschePostLeitcode using the DynamicBarcode Creator product.
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);
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: