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

SearchDirection Property (GS1DatabarStackedBarcodeReadOptions)








Gets or sets a value that indicates the direction to use when searching for barcodes. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("Search direction")]
[CategoryAttribute("					Direction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Direction to search for barcodes")]
public BarcodeSearchDirection SearchDirection {get; set;}
'Declaration
 
<DisplayNameAttribute("Search direction")>
<CategoryAttribute("					Direction")>
<DefaultValueAttribute()>
<DescriptionAttribute("Direction to search for barcodes")>
Public Property SearchDirection As BarcodeSearchDirection
'Usage
 
Dim instance As GS1DatabarStackedBarcodeReadOptions
Dim value As BarcodeSearchDirection
 
instance.SearchDirection = value
 
value = instance.SearchDirection
[DisplayNameAttribute("Search direction")]
[CategoryAttribute("					Direction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Direction to search for barcodes")]
public BarcodeSearchDirection SearchDirection {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Search direction")
CategoryAttribute("					Direction")
DefaultValueAttribute()
DescriptionAttribute("Direction to search for barcodes")
 get_SearchDirection();
set_SearchDirection(value);
[DisplayNameAttribute("Search direction")]
[CategoryAttribute("					Direction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Direction to search for barcodes")]
public:
property BarcodeSearchDirection SearchDirection {
   BarcodeSearchDirection get();
   void set (    BarcodeSearchDirection value);
}

Property Value

An BarcodeSearchDirection enumeration member that indicate the direction to use when searching for barcodes. Default value is BarcodeSearchDirection.Horizontal.
Remarks

The BarcodeReader class can search for barcodes in the image horizontally or vertically. By default, the reader will only search for barcodes horizontally as there are performance advantages. Alter this, by changing the appropriate read barcode options to specify vertical or both (horizontal and vertical) search direction.

Example

For an example, refer to BarcodeReadOptions and GS1DatabarStackedBarcodeReadOptions.

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

GS1DatabarStackedBarcodeReadOptions Class
GS1DatabarStackedBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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

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