C# 클래스 Mictlanix.BE.Web.Utils.Code128Rendering

Summary description for Code128Rendering.
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
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