Method | Description | |
---|---|---|
MakeBarcodeImage ( string InputData, int BarWeight, bool AddQuietZone ) : Image |
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 |