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

DataCode Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Holds information about data code: its position and text which is encoded.

Constructors

 ConstructorDescription
DataCode()
DataCode(Path, CodePolarity, String, DataCodeType, Int32, Int32, Single, Single, Point2D, List<Point2D>, List<Point2D>, Single, Single, DataCodeScores)

Properties

 NameTypeDescription
CenterAvl.Point2D
ColumnCountSystem.Int32
CornersSystem.Collections.Generic.List<Avl.Point2D>
GridSystem.Collections.Generic.List<Avl.Point2D>
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxModuleSizeSystem.Single
MinModuleSizeSystem.Single
OutlineAvl.Path
PolarityAvl.CodePolarity
RowCountSystem.Int32
ScoresAvl.DataCodeScores
ScoreSystem.Single
SoftScoreSystem.Single
TextSystem.String
TypeAvl.DataCodeType

Methods

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

Remarks

See also