C# Class Mictlanix.BE.Web.Utils.Code128Rendering

Summary description for Code128Rendering.
显示文件 Open project: mictlanix/mbe

Public Methods

Method Description
MakeBarcodeImage ( string InputData, int BarWeight, bool AddQuietZone ) : Image

Make an image of a Code128 barcode for a given string

Method Details

MakeBarcodeImage() public static method

Make an image of a Code128 barcode for a given string
public static MakeBarcodeImage ( string InputData, int BarWeight, bool AddQuietZone ) : Image
InputData string Message to be encoded
BarWeight int Base thickness for bar width (1 or 2 works well)
AddQuietZone bool Add required horiz margins (use if output is tight)
return Image