Examples

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

  1. Create a AustraliaPost object and set the necessary parameters.
  2. 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

  1. Create a IntelligentMailBarcode object and set the necessary parameters.
  2. 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

  1. Create a Kix object and set the necessary parameters.
  2. 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

  1. Create a MsiBarcode object and set the necessary parameters.
  2. 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

  1. Create a Postnet object and set the necessary parameters.
  2. 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

  1. Create a Rm4scc object and set the necessary parameters.
  2. 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

  1. Create a SingaporePost object and set the necessary parameters.
  2. 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

  1. Create a DeutschePostIdentcode object and set the necessary parameters.
  2. 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

  1. Create a DeutschePostLeitcode object and set the necessary parameters.
  2. 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.

Clone or View Example Project on GitHub

Getting Started

NuGet Package

DynamicBarcode Creator is available on NuGet and is part of the ceTe.DynamicBarcode.Creator.NET package.

NuGet Package ID: ceTe.DynamicBarcode.Creator.NET

DynamicBarcode Creator Library is available for WPF is part of the ceTe.DynamicBarcode.Creator.WPF package.

NuGet Package ID: ceTe.DynamicBarcode.Creator.WPF

DynamicPDF Information

More information can be found here:

Why Choose DynamicPDF?

  • Transparent Pricing
  • Lots of Features
  • Easy to Use
  • Great Support
  • Efficient Performance
  • Product Maturity (Over 22 Years)
  • Free Evaluation
  • .NET Core Support (Most Products)
  • Flexible Licensing

We’re Not The Only Ones That Think We’re Great!