| ExpervisionPageQuality Enumeration |
The document page qualities supported by ExperVision OpenRTK
Namespace:
EdaIntegrationContract.OCR.Expervision
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax public enum ExpervisionPageQuality
Members
| Member name | Value | Description |
---|
| Normal | 67 |
Select for pages printed via inkjet printers, laser printers, or offset lithography
|
| Normal_Degraded | 131 |
Same as Normal, but the printed pages are of poor quality due to defective printing, photocopying, heavy use, or aging
|
| DotMatrix | 68 |
Select for pages printed via dot matrix printers, like the receipts from cash registers or ATMs for example
|
| DotMatrix_Degraded | 132 |
Same as Dot Matrix, but the printed pages are of poor quality due to defective printing, photocopying, heavy use, or aging
|
See Also