C# Class Mictlanix.BE.Web.Utils.Code128Content

Represent the set of code values to be output into barcode form
Afficher le fichier Open project: mictlanix/mbe Class Usage Examples

Méthodes publiques

Méthode Description
Code128Content ( string AsciiData ) : System

Create content based on a string of ASCII data

Private Methods

Méthode Description
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

Method Details

Code128Content() public méthode

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