Gets or sets the Segment Index for a Macro PDF417 symbol. Its value must be 0 (zero) up to 99998 and must be less than the value in Pdf417SegmentCount property. Default value is 0 (zero)

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 Pdf417SegmentIndex { get; set; }
Visual Basic
Public Property Pdf417SegmentIndex As Integer
	Get
	Set
Visual C++
public:
property int Pdf417SegmentIndex {
	int get ();
	void set (int value);
}

See Also