Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Direction Property (Barcode1d)








Gets or sets flag 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;}
 <br/>get_Direction();<br/>set_Direction(value);<br/>Object.defineProperty('Direction'); 
public:
property BarcodeDirectionFlags Direction {
   BarcodeDirectionFlags get();
   void set (    BarcodeDirectionFlags value);
}

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 BarcodeEngine.Read method.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features