Метод | Описание | |
---|---|---|
Code128Content ( string AsciiData ) : System |
Create content based on a string of ASCII data
|
Метод | Описание | |
---|---|---|
GetBestStartSet ( |
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
|
public Code128Content ( string AsciiData ) : System | ||
AsciiData | string | the string that should be represented |
Результат | System |