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

Represent the set of code values to be output into barcode form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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