C# Класс Mictlanix.BE.Web.Utils.Code128Rendering

Summary description for Code128Rendering.
Показать файл Открыть проект

Открытые методы

Метод Описание
MakeBarcodeImage ( string InputData, int BarWeight, bool AddQuietZone ) : Image

Make an image of a Code128 barcode for a given string

Описание методов

MakeBarcodeImage() публичный статический Метод

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)
Результат Image