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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
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);
} | 
Property Value
Type: 
Int32 See Also
See Also