WriteBarcodes1D is a minimal Barcode Xpress for .NET application which creates
an image containing a barcode with the given barcode type and value.

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

* Open the solution file (WriteBarcodes1DVB.sln) in Visual Studio and build it.
* Click the "Run" button, or press "f5" to run the program.

You can also run this program from the command line. After you have built the 
sample, change the directory to the sample output location (by default this is 
WriteBarcodes1DVB/bin/Debug), and start the app:

.\WriteBarcodes1DVB.exe

You also can pass a custom barcode value and one of the values from the 
BarcodeType enumeration:

.\WriteBarcodes1DVB.exe CODE128VALUE Code128Barcode

This will run the sample and you should find a new image file called testfile.bmp
in the execution directory.


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