Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : AllowPartialRead Property |
[DefaultValueAttribute()] [DescriptionAttribute("Allow returning partially read barcodes")] [CategoryAttribute(" Error Checking and Correction")] [DisplayNameAttribute("Allow partial read")] public bool AllowPartialRead {get; set;}
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("Allow returning partially read barcodes")> <CategoryAttribute(" Error Checking and Correction")> <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()] [DescriptionAttribute("Allow returning partially read barcodes")] [CategoryAttribute(" Error Checking and Correction")] [DisplayNameAttribute("Allow partial read")] public bool AllowPartialRead {get; set;}
@property (nonatomic, assign) BOOL allowPartialRead
public boolean getAllowPartialRead() public void setAllowPartialRead(boolean value)
DefaultValueAttribute() DescriptionAttribute("Allow returning partially read barcodes") CategoryAttribute(" Error Checking and Correction") DisplayNameAttribute("Allow partial read") <br/>get_AllowPartialRead();<br/>set_AllowPartialRead(value);<br/>Object.defineProperty('AllowPartialRead');
[DefaultValueAttribute()] [DescriptionAttribute("Allow returning partially read barcodes")] [CategoryAttribute(" Error Checking and Correction")] [DisplayNameAttribute("Allow partial read")] public: property bool AllowPartialRead { bool get(); void set ( bool value); }
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.