←Select platform

OneDBarcodeReadOptions Constructor

Summary

Initializes a new instance of the OneDBarcodeReadOptions class with default values.

Syntax

C#
VB
Java
Objective-C
C++
Public Function New() 
- (instancetype)init 
public OneDBarcodeReadOptions() 
public: 
OneDBarcodeReadOptions(); 

Remarks

In addition to setting the base class members as specified in BarcodeReadOptions(), the following members are initialized as follows:

Member Value
SearchDirection

BarcodeSearchDirection.Horizontal

EnableFastMode

true

Granularity

9

MinimumStringLength

3

MaximumStringLength

0

WhiteLinesNumber

3

EnableDoublePass

false

ReturnCheckDigit

BarcodeReturnCheckDigit.Default

EnableErrorCheck

false

AvoidCorruptedBlocks

false

AllowPartialRead

false

ResizeSmall1D

false

Code11CheckDigitType

Code11BarcodeCheckDigitType.CDigit

MSIModuloType

MSIBarcodeModuloType.Modulo10

Code39Extended

Allows decoding extended characters when reading Code 3 of 9 symbols.

CalculateBarWidthReduction

false

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly