PDFsharp-net6

CodeType

Namespace: PdfSharp.Drawing.BarCodes

Specifies the type of the bar code.

public enum CodeType

Inheritance ObjectValueTypeEnumCodeType
Implements IComparable, IFormattable, IConvertible

Fields

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.