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

ZResult Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Holds information about detected codes using ZBarcode library.

Constructors

 ConstructorDescription
ZResult()
ZResult(Path, String, ByteBuffer, Single, ZBarcodeType)

Properties

 NameTypeDescription
CodeTypeAvl.ZBarcodeType
DataAvl.ByteBuffer
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ModuleSizeSystem.Single
OutlineAvl.Path
TextSystem.String

Methods

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

Remarks

See also