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.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also