C#
VB
C++
Gets or sets flag that indicates the orientation and direction for reading barcodes.
public Leadtools.Barcode.Deprecated.BarcodeDirectionFlags Direction {get; set;}
Public Property Direction As Leadtools.Barcode.Deprecated.BarcodeDirectionFlags
public:
property Leadtools.Barcode.Deprecated.BarcodeDirectionFlags Direction {
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags get();
void set ( Leadtools.Barcode.Deprecated.BarcodeDirectionFlags );
}
Value that indicates the orientation and direction for reading barcodes. Values can be combined when appropriate, by using a bitwise OR ( ¦ ).
This property is valid only for the BarcodeEngine.Read method.
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