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

Represent the set of code values to be output into barcode form
파일 보기 프로젝트 열기: mictlanix/mbe 1 사용 예제들

공개 메소드들

메소드 설명
Code128Content ( string AsciiData ) : System

Create content based on a string of ASCII data

비공개 메소드들

메소드 설명
GetBestStartSet ( Code128Code csa1, Code128Code csa2 ) : CodeSet

Determines the best starting code set based on the the first two characters of the string to be encoded

StringToCode128 ( string AsciiData ) : int[]

Transform the string into integers representing the Code128 codes necessary to represent it

메소드 상세

Code128Content() 공개 메소드

Create content based on a string of ASCII data
public Code128Content ( string AsciiData ) : System
AsciiData string the string that should be represented
리턴 System