LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

Direction Property (Barcode1d)






Gets or sets flag a that indicates the orientation and direction for reading barcodes.
Syntax
public BarcodeDirectionFlags Direction {get; set;}
'Declaration
 
Public Property Direction As BarcodeDirectionFlags
'Usage
 
Dim instance As Barcode1d
Dim value As BarcodeDirectionFlags
 
instance.Direction = value
 
value = instance.Direction
public BarcodeDirectionFlags Direction {get; set;}
 get_Direction();
set_Direction(value);
public:
property BarcodeDirectionFlags Direction {
   BarcodeDirectionFlags get();
   void set (    BarcodeDirectionFlags value);
}

Property Value

Value that indicates the orientation and direction for reading barcodes.
Remarks
This property is valid only for the BarcodeReadActivity.Values can be combined when appropriate, by using a bitwise OR (|).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Barcode1d Class
Barcode1d Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.