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.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public int DataMatrixSymbolIndex { get; set; }
Visual Basic
Public Property DataMatrixSymbolIndex As Integer
	Get
	Set

Property Value

Type: Int32

See Also