Read direction identifiers. Flagged.
Namespace:
Atalasoft.Barcoding.Reading
Assembly:
Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax[FlagsAttribute]
public enum Directions
<FlagsAttribute>
Public Enumeration Directions
Members
| Member name | Description |
---|
| None | Represents no directions. Not recommended in general use. |
| East | Easterly scan (horizontally, left to right). |
| South | Southerly scan (vertically, top to bottom). |
| West | Westerly scan (horizontally, right to left). |
| North | Northerly scan (vertically, bottom to top). |
| NorthEast | Northeasterly scan (diagonally, lower left to upper right). |
| SouthEast | Southeasterly scan (diagonally, upper right to lower left). |
| SouthWest | Southwesterly scan (diagonally, upper right to lower left). |
| NorthWest | Northwesterly scan (diagonally, lower right to upper left). |
| All | Represents all supported directions. |
See Also