Click or drag to resize

BarcodeStyle Enumeration

Different styles or bar code symbologies to use. The style determines the supported character set.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum BarcodeStyle
Members
  Member nameDescription
MsiPlessey MSI/Plessey Symbology. Variable length numeric symbology. A modulo 10 check digit is always appended to the encoded string.
Interleaved2of5 Interleaved 2 of 5 Symbology. Variable length numeric symbology. A leading zero is appended to make the total number of characters even if necessary.
Interleaved2of5Chk Interleaved 2 of 5 with Check Digit. The same as the Interleaved 2 of 5 with an appended modulo 10 check digit.
Codabar Codabar Symbology. Variable length symbology. Supports digits 0-9 and six special alphanumeric characters, capital letters A through D.
Code39 Code 39 or Code 3 of 9. Variable length alphanumeric symbology. It supports 26 uppercase letters, 10 digits and 7 special characters (space, -, ., $, %, / and +). The asterisk * is used as start/stop character.
Code39Chk The same as Code 39 with a modulo 43 Check Digit.
Code39Ext Code 39 Extended. Supports the full 128 ASCII character set.
Code39ExtChk The same as Code 39 Extended with a module 43 Check Digit appended.
Code93 Code 93. Encodes digits 0?9, capital letters A through Z, and characters -, ., $, %, /, + and ' ' (space) . Two weighted modulo 47 check digits are appended to the encoded string.
Code93Ext Extended Code 93. Encodes the full 128 ASCII character set. Two weighted modulo 47 check digits are appended.
Code128A Code 128-A. Variable length alphanumeric symbology. Character supported include capital letters A-Z, digits 0-9, punctuation marks, signs and special control characters. A modulo 103 check digit is always appended.
Code128B Code 128 B. Similar to Code 128 A but with the inclusion of lower case latters replacing some of the signs.
Code128C Code 128 C. High density numeric symbology.. The total number of digits must be even. A leading zero is appended if necessary. A modulo 103 check digit is appended.
UpcA UPC A. Fixed length numeric symbology. Only 11 digits can be supplied and an check digit will be always appended to make the total number of digits 12.
UpcE UPC E. Fixed length seven digit numeric bar code. Six digits must be supplied and a check digit will be appended. If an 11 digit UPC A string is supplied the translation will be performed if possible.
Ean13 EAN 13. Fixed length 13 digits (including the check digit) numeric code similar to UPC A.
Ean8 EAN 8. Fixed length 8 digits (including the check digit) numeric code.
Postnet Postnet. Numeric symbology. As used by the U.S. Postal Service has a fixed length (not enforced by Sax.Barcodes) and an modulo 10 check digit that is appended automatically.
See Also