FormatInformation Class
Namespace: Stimulsoft.Report.BarCodes
Constructors
| Constructor | Description |
|---|---|
| constructor(number formatInfo) |
constructor(formatInfo: number)
Parameters
- formatInfo (number)
Methods
| Method | Returns | Description |
|---|---|---|
decodeFormatInformation static |
FormatInformation | |
| equals | boolean | |
| getDataMask | number | |
| getErrorCorrectionLevel | ErrorCorrectionLevel | |
numBitsDiffering static |
number |
Method Details
decodeFormatInformation static
decodeFormatInformation(maskedFormatInfo1: number, maskedFormatInfo2: number): FormatInformation
Parameters
- maskedFormatInfo1 (number)
- maskedFormatInfo2 (number)
Returns FormatInformation
equals
equals(o: any): boolean
Parameters
- o (any)
Returns boolean
getDataMask
getDataMask(): number
Returns number
getErrorCorrectionLevel
getErrorCorrectionLevel(): ErrorCorrectionLevel
Returns ErrorCorrectionLevel
numBitsDiffering static
numBitsDiffering(a: number, b: number): number
Parameters
- a (number)
- b (number)
Returns number
Fields
| Field | Type | Description |
|---|---|---|
| bestDifference | any | |
| bestDifference | any | |
| bestFormatInfo | any | |
| bestFormatInfo | any | |
| bitsDifference | any |