|
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 : OneDBarcodeReadOptions Constructor |
public OneDBarcodeReadOptions()
'Declaration
Public Function New()
'Usage
Dim instance As New OneDBarcodeReadOptions()
public OneDBarcodeReadOptions()
- (instancetype)init
public OneDBarcodeReadOptions()
function OneDBarcodeReadOptions()
public:
OneDBarcodeReadOptions();
In addition to setting the base class members as specified in BarcodeReadOptions(), the following members are initialized as follows:
| Member | Value |
|---|---|
| SearchDirection | |
| EnableFastMode |
true |
| Granularity |
9 |
| MinimumStringLength |
3 |
| MaximumStringLength |
0 |
| WhiteLinesNumber |
3 |
| EnableDoublePass |
false |
| ReturnCheckDigit | |
| EnableErrorCheck |
false |
| AvoidCorruptedBlocks |
false |
| AllowPartialRead |
false |
| ResizeSmall1D |
false |
| Code11CheckDigitType | |
| MSIModuloType | |
| Code39Extended |
Allows decoding extended characters when reading Code 3 of 9 symbols. |
| CalculateBarWidthReduction |
false |
For an example, refer to OneDBarcodeReadOptions.