BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / MicroPDF417Options Class / SegmentIndex Property

In This Topic
    SegmentIndex Property (MicroPDF417Options)
    In This Topic
    Gets or sets the segment index of structured append symbol.
    Syntax
    'Declaration
     
    Public Property SegmentIndex As Integer
    public int SegmentIndex {get; set;}
    Remarks
    Valid value is from 0 to 99998, and less than SegmentCount.
    See Also