Gets or sets a value that indicates the direction to use when searching for barcodes.
public BarcodeSearchDirection SearchDirection { get; set; }
Public Property SearchDirection As Leadtools.Barcode.BarcodeSearchDirection
public Leadtools.Barcode.BarcodeSearchDirection SearchDirection {get; set;}
@property (nonatomic, assign) LTBarcodeSearchDirection searchDirection
public BarcodeSearchDirection getSearchDirection()
public void setSearchDirection(BarcodeSearchDirection value)
<br/>get_SearchDirection();<br/>set_SearchDirection(value);<br/>Object.defineProperty('SearchDirection');
public:
property Leadtools.Barcode.BarcodeSearchDirection SearchDirection {
Leadtools.Barcode.BarcodeSearchDirection get();
void set ( Leadtools.Barcode.BarcodeSearchDirection );
}
A BarcodeSearchDirection enumeration member that indicates the direction to use when searching for barcodes. The default value is BarcodeSearchDirection.Horizontal.
The BarcodeReader class can search for barcodes in the image horizontally or vertically. By default, the reader will only search for barcodes horizontally due to performance reasons. But you may change to the appropriate read barcode option and specify either vertical or both (horizontal and vertical) search direction.
For an example, refer to BarcodeReadOptions and MicroPDF417BarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET