Click or drag to resize

BarCodeSearchMode Enumeration

Specifies the search mode for barcode recognition.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum BarCodeSearchMode
Members
  Member nameDescription
TWBD_HORZ Horizontal orientation.
TWBD_VERT Vertical orientation.
TWBD_HORZVERT Search both directions giving priority to the horizontal search.
TWBD_VERTHORZ Search both directions giving priority to the vertical search.
See Also