ErrorCorrectionLevel Class
Namespace: Stimulsoft.Report.BarCodes
Constructors
| Constructor | Description |
|---|---|
| constructor(number ordinal, number bits, string name) |
constructor(ordinal: number, bits: number, name: string)
Parameters
- ordinal (number)
- bits (number)
- name (string)
Methods
| Method | Returns | Description |
|---|---|---|
forBits static |
ErrorCorrectionLevel | |
| getBits | number | |
| getName | string | |
| ordinal | number | |
| toString | string |
Method Details
forBits static
forBits(bits: number): ErrorCorrectionLevel
Parameters
- bits (number)
Returns ErrorCorrectionLevel
getBits
getBits(): number
Returns number
getName
getName(): string
Returns string
ordinal
ordinal(): number
Returns number
toString
toString(): string
Returns string