Gets or sets the Index for a Data Matrix symbol. Its value must be 1 up to 16 and must be less than or equal to the value in DataMatrixSegmentCount property. Default value is 1

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public int DataMatrixSymbolIndex { get; set; }
Visual Basic
Public Property DataMatrixSymbolIndex As Integer
	Get
	Set
Visual C++
public:
property int DataMatrixSymbolIndex {
	int get ();
	void set (int value);
}

See Also