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

WhiteLinesNumber Property (OneDBarcodeReadOptions)








Gets or sets a value that indicates the minimum number of lines of white space above and below the barcode symbol. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("White line number")]
[DefaultValueAttribute()]
[DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")]
[CategoryAttribute("			Options")]
public int WhiteLinesNumber {get; set;}
'Declaration
 
<DisplayNameAttribute("White line number")>
<DefaultValueAttribute()>
<DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")>
<CategoryAttribute("			Options")>
Public Property WhiteLinesNumber As Integer
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Integer
 
instance.WhiteLinesNumber = value
 
value = instance.WhiteLinesNumber
[DisplayNameAttribute("White line number")]
[DefaultValueAttribute()]
[DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")]
[CategoryAttribute("			Options")]
public int WhiteLinesNumber {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("White line number")
DefaultValueAttribute()
DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")
CategoryAttribute("			Options")
 get_WhiteLinesNumber();
set_WhiteLinesNumber(value);
[DisplayNameAttribute("White line number")]
[DefaultValueAttribute()]
[DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")]
[CategoryAttribute("			Options")]
public:
property int WhiteLinesNumber {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that indicates the minimum number of lines of white space above and below the barcode symbol to use when reading a barcode. Must be value greater than or equal to 0. Default value is 3.
Remarks

A barcode on an image usually has white space around it. This value defines the minimum number of white space lines (in pixels) that must exist around the barcode before it can be read. The default value of 3 means 3 pixels on the top and bottom of the barcode.

Change this value when the barcode is adjacent to another object on the image.

Example

For an example, refer to OneDBarcodeReadOptions.

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

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions 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