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 *)character
Parameters
- character
The character to encode.
Return Value
The content code character for the character.
Declared In
BCKCode93CodeCharacter.h
startStopCodeCharacter
Generates a Code93 start/stop code character.
+ (BCKCode93CodeCharacter *)startStopCodeCharacter
Return Value
The start/stop code character.
Declared In
BCKCode93CodeCharacter.h
terminationBarCodeCharacter
Generates a Code93 termination bar code character. The termination bar is always the last code character of an encoded Code93 barcode.
+ (BCKCode93CodeCharacter *)terminationBarCodeCharacter
Return Value
The termination bar code character.
Declared In
BCKCode93CodeCharacter.h