You are here: Start » AVL.NET » BarcodeDecodingParams Structure

BarcodeDecodingParams Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Specifies how barcodes are being decoded.

Constructors

 ConstructorDescription
BarcodeDecodingParams(Int32, Int32, Single, BarcodeReadingStrategy)

Properties

 NameTypeDescription
DefaultAvl.BarcodeDecodingParams Gets a default instance of the BarcodeDecodingParams.
EmptyAvl.BarcodeDecodingParams Gets an empty instance of the BarcodeDecodingParams.
MinEdgeStrengthSystem.Single
ReadingScanCountSystem.Int32
ReadingStrategyAvl.BarcodeReadingStrategy
ScanWidthSystem.Int32

Methods

 NameDescription
Equals(Avl.BarcodeDecodingParams)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also