Link Search Menu Expand Document

DecoderSpecificOptions Class

Fine-tuning options for specific barcode decoders.
Inheritance Hierarchy
SystemObject
Bytescout.BarCodeReaderDecoderSpecificOptions

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public class DecoderSpecificOptions

The DecoderSpecificOptions type exposes the following members.

Constructors
NameDescription
Public methodDecoderSpecificOptions
Initializes a new instance of the DecoderSpecificOptions class
Top
Properties
NameDescription
Public propertyCode128_AllowOneSymbolBarcodes
Code 128. Allow barcodes of one-symbol length. Enabling this option may result in unwanted false positives.
Public propertyDataMatrix_DepthOfAnalysis
DataMatrix. Dispersion level of L-pattern dots. Helps to decode some barcodes with damaged L-pattern. Default is 0.
Public propertyDataMatrix_LPatternDispersion
DataMatrix. Dispersion level of L-pattern dots. Helps to decode some barcodes with damaged L-pattern. Default is 0.
Public propertyDataMatrix_MaxAllowedHoleBetweenLinesInLPattern
DataMatrix. Max hole size between horizontal and vertical lines relative to the largest side. Default is 0.15 (15%).
Public propertyDataMatrix_MaxHoleSizeInsideLines
DataMatrix. Maximum allowed hole in line. Default is 11 (11-pixel or less holes will be consumed.
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference