Examples

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

  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#)

Below are steps and sample code to create Intelligent Mail Barcode image using the DynamicBarcode Creator product.

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#)

Below are steps and sample code to create Kix barcode image using the DynamicBarcode Creator product.

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#)

Below are steps and sample code to create MSI Barcode using the DynamicBarcode Creator product.

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#)

Below are steps and sample code to create Postnet barcode image using the DynamicBarcode Creator product.

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#)

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

  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#)

Below are steps and sample code to create Singapore Post using the DynamicBarcode Creator product.

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#)

Below are steps and sample code to generate DeutschePostIdentcode using the DynamicBarcode Creator product.

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#)

Below are steps and sample code to create DeutschePostLeitcode using the DynamicBarcode Creator product.

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);  

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 18 Years)
  • Free Evaluation
  • .NET Core Support (Most Products)
  • Flexible Licensing

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