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
Constructor | Description | |
---|---|---|
![]() | DataCode(Path) | |
![]() | DataCode(Path, Polarity, String, Int32, Int32, Single, Single, Point2D, IList<Point2D>) | |
![]() | DataCode(DataCode) | Creates a deep copy of the passed object. |
![]() | DataCode() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Center | FilNet.Point2D | |
![]() | ColumnCount | System.Int32 | |
![]() | Grid | System.Collections.Generic.IReadOnlyList<FilNet.Point2D> | |
![]() | IsDisposed | System.Boolean | |
![]() | MaxModuleSize | System.Single | |
![]() | MinModuleSize | System.Single | |
![]() | Outline | FilNet.Path | |
![]() | Polarity | FilNet.Polarity | |
![]() | RowCount | System.Int32 | |
![]() | Text | System.String |
Methods
Name | Description | |
---|---|---|
![]() | 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 |