Happy Coding
Showing posts with label
bar code 128 c# example
.
Show all posts
Showing posts with label
bar code 128 c# example
.
Show all posts
Wednesday, October 10, 2012
C# ZXing.Net Code 128 Bar Code Example
var writer = new BarcodeWriter
{
Format = BarcodeFormat.CODE_128,
Options = new EncodingOptions
{
PureBarcode = true,
Height = 100,
Width = 300
}
};
var image = writer.Write(content);
Older Posts
Home
Subscribe to:
Posts (Atom)