ETcVnBarcodeSearchDirection
Offers search directions for linear barcodes.
Syntax
Definition:
enum ETcVnBarcodeSearchDirection : ULONG
{
BSD_ANY = 0,
BSD_HORIZONTAL = 1,
BSD_VERTICAL = 2
};
Values
Name |
Description |
---|---|
BSD_ANY |
The algorithm searches for codes in any supported directions. |
BSD_HORIZONTAL |
The algorithm searches for codes in horizontal direction. |
BSD_VERTICAL |
The algorithm searches for codes in vertical direction. |