You are here: Start » FIL.NET » DataMatrix Class
DataMatrix Class
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Holds information about DataMatrix: its position and text which is encoded.
Constructors
| Constructor | Description | |
|---|---|---|
| DataMatrix(Rectangle2D) | ||
| DataMatrix(Rectangle2D, String, DataMatrixType) | ||
| DataMatrix() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Position | FilNet.Rectangle2D | ||
| Text | System.String | ||
| Type | FilNet.DataMatrixType |
Methods
| Name | Description | |
|---|---|---|
| Equals(FilNet.DataMatrix) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(FilNet.DataMatrix, FilNet.DataMatrix) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
