Search direction to use when reading barcodes.
[SerializableAttribute()]
public enum BarcodeSearchDirection
<SerializableAttribute()>
Public Enum BarcodeSearchDirection
typedef NS_ENUM(NSInteger, LTBarcodeSearchDirection)
public enum BarcodeSearchDirection
[SerializableAttribute()]
public enum class BarcodeSearchDirection
Value | Member | Description |
---|---|---|
0 | Horizontal |
Search for barcodes horizontally. This is the default behavior. |
1 | Vertical |
Search for barcodes vertically. |
2 | HorizontalAndVertical |
Search for barcodes horizontally and then vertically. |
The BarcodeReader class can search for barcodes in the image horizontally or vertically. By default, the reader will only search for the barcodes horizontally for performance reasons. You can alter this by changing the appropriate read barcode options to specify vertical or both (horizontal and vertical) search direction.
Search directions is supported for all standard 1D linear symbols and PDF417/MicroPDF417 symbols. It is not supported by Datamatrix or QR barcode symbols.
Search direction is used in the following members:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document