LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants identify the type of Error Correction for a Bar Code. More...
Variables | |
const long | LOW = 1 |
const long | MEDIUM = 2 |
const long | QUARTILE = 3 |
const long | HIGH = 4 |
These constants identify the type of Error Correction for a Bar Code.
The Error Correction for a Bar code is a measure that helps a Bar code to recover, if it is destroyed.
Level L (Low) 7% of codewords can be restored. Level M (Medium) 15% of codewords can be restored. Level Q (Quartile) 25% of codewords can be restored. Level H (High) 30% of codewords can be restored.
More Info - here
const long HIGH = 4 |
const long LOW = 1 |
const long MEDIUM = 2 |
const long QUARTILE = 3 |