←Select platform

AllowPartialRead Property

Summary

Gets or sets a value that indicates whether partially read barcodes can be returned.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AllowPartialRead { get; set; } 
Public Property AllowPartialRead As Boolean 
public bool AllowPartialRead {get; set;} 
@property (nonatomic, assign) BOOL allowPartialRead 
public boolean getAllowPartialRead() 
public void setAllowPartialRead(boolean value) 
             
 <br/>get_AllowPartialRead();<br/>set_AllowPartialRead(value);<br/>Object.defineProperty('AllowPartialRead');  
public: 
property bool AllowPartialRead { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly