You are here: Start » BarcodeDecodingParams Structure

BarcodeDecodingParams Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Specifies how barcodes are being decoded.

Constructors

 ConstructorDescription
BarcodeDecodingParams(Int32, Int32, Single, BarcodeReadingStrategy)

Properties

 NameTypeDescription
DefaultFil.BarcodeDecodingParams Gets a default instance of the BarcodeDecodingParams.
EmptyFil.BarcodeDecodingParams Gets an empty instance of the BarcodeDecodingParams.
MinEdgeStrengthSystem.Single
ReadingScanCountSystem.Int32
ReadingStrategyFil.BarcodeReadingStrategy
ScanWidthSystem.Int32

Methods

 NameDescription
Equals(Fil.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