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