You are here: Start » AVL.NET » ZNoReadResult Class

ZNoReadResult Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Holds information about codes that were detected but not decoded using ZBarcode library.

Constructors

 ConstructorDescription
ZNoReadResult()
ZNoReadResult(Path, ZMissedCodeInfo, ZBarcodeType)

Properties

 NameTypeDescription
CodeTypeAvl.ZBarcodeType
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MissedCodeInfoAvl.ZMissedCodeInfo
OutlineAvl.Path

Methods

 NameDescription
CopyTo(Avl.ZNoReadResult)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.ZNoReadResult)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.ZNoReadResult)
ToString()Inherited from System.Object

Remarks

See also