Package | ardisia.components.barCode.specifications |
Class | public class Code39 |
Inheritance | Code39 Object |
Spec includes 43 characters, A through Z, 0 through 9, and special characters. A " is the start/stop delimiter.
No check digit implemented. Simple code with low density.
Only supports uppercase characters. Lowercase characters are encoded as uppercase characters.
Method | Defined By | ||
---|---|---|---|
encodeForCode39(data:String):String [static]
Encodes a string for the Code 39 specification. | Code39 |