Initializes a new instance of the OneDBarcodeReadOptions class with default values.
public OneDBarcodeReadOptions()
Public Function New()
- (instancetype)init
public 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.
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