Gets or sets a value that indicates whether partially read barcodes can be returned.
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');
true to return partially read barcodes. Otherwise, false otherwise. The default value is false.
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.
For an example, refer to OneDBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET