←Select platform

AllowPartialRead Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public bool AllowPartialRead { get; set; } 
Public Property AllowPartialRead As Boolean 
@property (nonatomic, assign) BOOL allowPartialRead 
public boolean getAllowPartialRead() 
public void setAllowPartialRead(boolean value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly