Enum BarcodeRotationCorrection
An enum defining strategies for reading barcodes that are rotated or skewed with perspective.
CPU intensive. We recommend experimenting with different levels of BarcodeRotationCorrection starting with the lowest settings first and gradually working up from there.
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public enum BarcodeRotationCorrection
Fields
Name | Description |
---|---|
Extreme | Barcode images will we corrected to a rotational and perspective tolerance of 360 Degrees (any angle). Very CPU intensive. |
High | Barcode images will we corrected to a rotational and perspective tolerance of 45 Degrees. CPU intensive. |
Low | Barcode images will we corrected to a rotational tolerance of 10 Degrees. This strategy is not CPU intensive and gives faster results. |
Medium | Barcode images will we corrected to a rotational and perspective tolerance of 30 Degrees. CPU intensive. |