You are here: Start » DataMatrix Class

DataMatrix Class

Namespace:Fil
Assembly:FilNet.Types.dll

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

Constructors

 ConstructorDescription
DataMatrix()
DataMatrix(Rectangle2D, String, DataMatrixType)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
PositionFil.Rectangle2D
TextSystem.String
TypeFil.DataMatrixType

Methods

 NameDescription
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

Remarks

See also