←Select platform

Direction Property

Summary

Gets or sets a flag that indicates the orientation and direction for reading barcodes.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

Value that indicates the orientation and direction for reading barcodes. Values can be combined, when appropriate, by using a bitwise OR ( ¦ ).

Remarks

This property is valid only for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly