Happy Coding
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);
1 comment:
Atron Seige
February 28, 2013 at 4:36 AM
Thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Thanks
ReplyDelete