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

AllowPartialRead Property








Gets or sets a value that indicates whether partially read barcodes can be returned. .NET support WinRT support Silverlight support
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("		Error Checking and Correction")]
[DescriptionAttribute("Allow returning partially read barcodes")]
[DisplayNameAttribute("Allow partial read")]
public bool AllowPartialRead {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("		Error Checking and Correction")>
<DescriptionAttribute("Allow returning partially read barcodes")>
<DisplayNameAttribute("Allow partial read")>
Public Property AllowPartialRead As Boolean
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Boolean
 
instance.AllowPartialRead = value
 
value = instance.AllowPartialRead
[DefaultValueAttribute()]
[CategoryAttribute("		Error Checking and Correction")]
[DescriptionAttribute("Allow returning partially read barcodes")]
[DisplayNameAttribute("Allow partial read")]
public bool AllowPartialRead {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute()
CategoryAttribute("		Error Checking and Correction")
DescriptionAttribute("Allow returning partially read barcodes")
DisplayNameAttribute("Allow partial read")
 get_AllowPartialRead();
set_AllowPartialRead(value);
[DefaultValueAttribute()]
[CategoryAttribute("		Error Checking and Correction")]
[DescriptionAttribute("Allow returning partially read barcodes")]
[DisplayNameAttribute("Allow partial read")]
public:
property bool AllowPartialRead {
   bool get();
   void set (    bool value);
}

Property Value

true to return partially read barcodes. Otherwise, false otherwise. The default value is false.
Remarks

When the value of AllowPartialRead is set to true, then barcodes that could not be read completely, for example, when error check fails or certain area of the barcode is corrupted, the engine will still return this barcode in its incomplete state. There is no guarantee what part of the barcode is not read correctly and hence, it is not recommended to turn this feature on.

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