WriteBarcodes2DCSharp is a simple Barcode Xpress for .NET Framework application (C#)
which creates a 2D barcode and write it to a local file.

Requirements
-------------------------------------------------------------------------------------------------------

Visual Studio 2012-2019 to build the sample.

For the full list of requirements to run the sample, refer to the Barcode Xpress for .NET help.

Running the Sample
-------------------------------------------------------------------------------------------------------

First, open the solution file (WriteBarcodes2DCSharp.sln) in Visual Studio and build it.
Then, open the Command Prompt window, change the directory to the sample output location (by default this is WriteBarcodes2DCSharp/bin/Debug),
and start the app:

  .\WriteBarcodes2DCSharp.exe

This will run the sample and you should see output like this:

  Barcode image has been created successfully

You can find the created image in the same folder - "testfile.bmp".
By default it creates a Data Matrix Barcode with a predefined value.
You can pass Barcode Value (arg 1) and Barcode Type (arg 2) as command line arguments to create other 2D barcode types.

NOTE: Barcode Xpress runs in Watermark evaluation mode if started without a license and the barcode value will be partially hidden.
If you would like to do a full-featured evaluation of the product, contact us: mailto:info@accusoft.com
