Leadtools.Barcode Namespace > PostNetPlanetBarcodeReadOptions Class : WhiteLinesNumber Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("White line number")] [DefaultValueAttribute()] [DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")] public int WhiteLinesNumber {get; set;}
'Declaration <CategoryAttribute(" Options")> <DisplayNameAttribute("White line number")> <DefaultValueAttribute()> <DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")> Public Property WhiteLinesNumber As Integer
'Usage Dim instance As PostNetPlanetBarcodeReadOptions Dim value As Integer instance.WhiteLinesNumber = value value = instance.WhiteLinesNumber
[CategoryAttribute(" Options")] [DisplayNameAttribute("White line number")] [DefaultValueAttribute()] [DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")] public int WhiteLinesNumber {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute(" Options") DisplayNameAttribute("White line number") DefaultValueAttribute() DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0") get_WhiteLinesNumber();
set_WhiteLinesNumber(value);
[CategoryAttribute(" Options")] [DisplayNameAttribute("White line number")] [DefaultValueAttribute()] [DescriptionAttribute("The number of lines of white space above and below the barcode symbol. Minimum value is 0")] public: property int WhiteLinesNumber { int get(); void set ( int value); }
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.
For an example, refer to PostNetPlanetBarcodeReadOptions.
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