Namespace: PdfSharp.Drawing.BarCodes
Specifies the type of the bar code.
public enum CodeType
Inheritance Object → ValueType → Enum → CodeType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Code2of5Interleaved | 0 | The standard 2 of 5 interleaved bar code. |
| Code3of9Standard | 1 | The standard 3 of 9 bar code. |
| Omr | 2 | The OMR code. |
| DataMatrix | 3 | The data matrix code. |