Gets or sets a flag that indicates the orientation and direction for reading barcodes.
[DataMemberAttribute(Name="Direction", IsRequired=true)]
public BarcodeDirectionFlags Direction { get; set; }
<DataMemberAttribute(Name="Direction", IsRequired=True)>
Public Property Direction As Leadtools.Services.Barcode.Datacontracts.BarcodeDirectionFlags
[DataMemberAttribute(Name="Direction", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeDirectionFlags Direction {
Leadtools.Services.Barcode.Datacontracts.BarcodeDirectionFlags get();
void set ( Leadtools.Services.Barcode.Datacontracts.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 Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.
For an example, refer to Barcode1d example.
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