You are here: Start » FIL.NET » BarcodeGrades Class

BarcodeGrades Class

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

Holds information about Barcode quality.

Constructors

 ConstructorDescription
BarcodeGrades(Nullable<Single>)
BarcodeGrades(Nullable<Single>, Nullable<Single>, NullableRef<String>, Nullable<Single>, Single, Nullable<Single>, Single, Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>)
BarcodeGrades(BarcodeGrades)Creates a deep copy of the passed object.
BarcodeGrades()

Properties

 NameTypeDescription
DecodabilitySystem.Nullable<System.Single>
DecodedTextFilNet.NullableRef<System.String>
DecodeSystem.Nullable<System.Single>
DefectsSystem.Nullable<System.Single>
GlobalThresholdSystem.Nullable<System.Single>
IsDisposedSystem.Boolean
MinEdgeContrastSystem.Nullable<System.Single>
ModulationSystem.Nullable<System.Single>
OverallGradeSystem.Nullable<System.Single>
RmaxSystem.Nullable<System.Single>
RminSystem.Single
SymbolContrastSystem.Single

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(FilNet.BarcodeGrades)
Equals(object)Inherited from System.Object
Equals(FilNet.BarcodeGrades, FilNet.BarcodeGrades)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(FilNet.BarcodeGrades)Resets this instance with data of the other BarcodeGrades object.
ToString()Inherited from System.Object

Remarks

See also