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

BarcodeDetectionParams Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Specifies how barcodes are being detected.

Constructors

 ConstructorDescription
BarcodeDetectionParams(Int32, Int32, Single, BarcodeReadingStrategy)

Properties

 NameTypeDescription
DefaultAvlNet.BarcodeDetectionParams
IsDefaultSystem.Boolean
MinEdgeStrengthSystem.SingleMinimal strength of an extracted barcode edge
ReadingScanCountSystem.Int32Number of parallel scans run to read a barcode
ReadingStrategyAvlNet.BarcodeReadingStrategyDetermines if additional attempts to read a barcode should be performed
ScanWidthSystem.Int32Width of the single scan

Methods

 NameDescription
Equals(AvlNet.BarcodeDetectionParams)
Equals(object)Inherited from System.Object
Equals(AvlNet.BarcodeDetectionParams, AvlNet.BarcodeDetectionParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also