BCKCode93CodeCharacter Class Reference
| Inherits from | BCKCodeCharacter : NSObject |
| Declared in | BCKCode93CodeCharacter.h |
Class Methods
codeCharacterForCharacter:
Generates a Code93 code character to represent a content character. Valid content characters are 26 upper case letters, 10 digits, 7 special characters and 4 control characters.
+ (BCKCode93CodeCharacter *)codeCharacterForCharacter:(NSString *)characterParameters
- character
The character to encode.
Return Value
The content code character for the character.
Declared In
BCKCode93CodeCharacter.hstartStopCodeCharacter
Generates a Code93 start/stop code character.
+ (BCKCode93CodeCharacter *)startStopCodeCharacterReturn Value
The start/stop code character.
Declared In
BCKCode93CodeCharacter.hterminationBarCodeCharacter
Generates a Code93 termination bar code character. The termination bar is always the last code character of an encoded Code93 barcode.
+ (BCKCode93CodeCharacter *)terminationBarCodeCharacterReturn Value
The termination bar code character.
Declared In
BCKCode93CodeCharacter.h