How to create and save barcode images in Pocket PC, Smartphone, Windows CE and Windows Mobile projects
Prerequisites
- Neodynamic Barcode Professional for .NET Compact Framework
- Microsoft .NET Compact Framework 2.0 (or greater)
- Microsoft Visual Studio 2005 (or greater)
|
This walkthrough illustrates how to generate and save linear (1D) and 2D barcode images in Smart Device projects such as Pocket PC, Smartphone, Windows CE and Windows Mobile.
Neodynamic Barcode Professional for .NET Compact Framework features an overloaded method called Save which lets you to locally save the generated barcode image.
Examples:
- Generating and saving Linear (1D) barcodes, for example Code 39
- Open Visual Studio and in a Smart Device project like Pocket PC, please add a reference to Neodynamic.CF.Barcode1D.dll assembly
- Then, write the following in some place of your code that in summary will generate and save a Code 39 barcode image:
Visual Basic .NET
Visual C# .NET
- Generating and saving 2D barcodes, for example Data Matrix
- Open Visual Studio and in a Smart Device project like Pocket PC, please add a reference to Neodynamic.CF.Barcode2D.dll assembly
- Then, write the following in some place of your code that in summary will generate and save a Data Matrix barcode image:
Visual Basic .NET
Visual C# .NET
If you need more information or assistance, please contact our
.
|