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

DataCode Class

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

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

Constructors

 ConstructorDescription
DataCode(Path)
DataCode(Path, Polarity, String, Int32, Int32, Single, Single, Point2D, IList<Point2D>, IList<Point2D>)
DataCode(DataCode)Creates a deep copy of the passed object.
DataCode()

Properties

 NameTypeDescription
CenterFilNet.Point2D
ColumnCountSystem.Int32
CornersSystem.Collections.Generic.IReadOnlyList<FilNet.Point2D>
GridSystem.Collections.Generic.IReadOnlyList<FilNet.Point2D>
IsDisposedSystem.Boolean
MaxModuleSizeSystem.Single
MinModuleSizeSystem.Single
OutlineFilNet.Path
PolarityFilNet.Polarity
RowCountSystem.Int32
TextSystem.String

Methods

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

Remarks

See also