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

BarcodeDetectionParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Specifies how barcodes are being detected.

Constructors

 ConstructorDescription
BarcodeDetectionParams(Int32, Int32, Single)

Properties

 NameTypeDescription
DefaultFilNet.BarcodeDetectionParams
IsDefaultSystem.Boolean
MinEdgeStrengthSystem.SingleMinimal strength of an extracted barcode edge
ReadingScanCountSystem.Int32Number of parallel scans run to read a barcode
ScanWidthSystem.Int32Width of the single scan

Methods

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

Remarks

See also