Symbologies supported by BarcodeFactory.
Namespace: Lesnikowski.Barcode
Assembly: Barcode (in Barcode.dll)
Version: 1.0.5.40001
Syntax
| C# |
|---|
public enum Symbology |
| Visual Basic (Declaration) |
|---|
Public Enumeration Symbology |
| Visual C++ |
|---|
public enum class Symbology |
Members
| Member name | Description | |
|---|---|---|
| EAN13 |
Used to create BarcodeEAN13 (0).
| |
| EAN8 |
Used to create BarcodeEAN8 (1).
| |
| S2of5 |
Used to create BarcodeS2of5 (2).
| |
| I2of5 |
Used to create BarcodeI2of5 (3).
| |
| Code39 |
Used to create Barcode39 (4).
| |
| Code39Ext |
Used to create Barcode39Ext (5).
| |
| Code128 |
Used to create Barcode128 (6).
| |
| EAN128 |
Used to create BarcodeEAN128 (7).
| |
| UPCA |
Used to create BarcodeUPCA (8).
| |
| UPCE |
Used to create BarcodeUPCE (9).
| |
| Code93 |
Used to create Barcode93 (10).
| |
| Code93Ext |
Used to create Barcode93Ext (11).
| |
| Code11 |
Used to create Barcode11 (12).
| |
| Codabar |
Used to create BarcodeCodabar (13).
| |
| Postnet |
Used to create BarcodePostnet (14).
| |
| Planet |
Used to create BarcodePlanet (15).
| |
| MSI |
Used to create BarcodeMSI (16).
| |
| Numly |
Used to create BarcodeNumly (17).
| |
| SSCC18 |
Used to create BarcodeSSCC18 (18).
| |
| EAN14 |
Used to create BarcodeEAN14 (19).
| |
| ITF14 |
Used to create BarcodeITF14 (20).
| |
| USPSSackLabel |
Used to create BarcodeUSPSSackLabel (21).
| |
| USPSTrayLabel |
Used to create BarcodeUSPSTrayLabel (22).
| |
| SwissPostParcel |
Used to create BarcodeSwissPostParcel (23).
| |
| PZN |
Used to create BarcodePZN (24).
| |
| OPC |
Used to create BarcodeOPC (25).
| |
| DeutschePostLeitcode |
Used to create BarcodeDeutschePostLeitcode (26).
| |
| DeutschePostIdentcode |
Used to create BarcodeDeutschePostIdentcode (27).
| |
| RoyalMail4State |
Used to create BarcodeRoyalMail4State (28).
| |
| SingaporePost4State |
Used to create BarcodeSingaporePost4State (29).
| |
| RoyalTntPostKix |
Used to create BarcodeRoyalTntPostKix (30).
|
See Also
Lesnikowski.Barcode Namespace