ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MicroPdf417 Class / SegmentIndex Property

In This Topic
    SegmentIndex Property
    In This Topic
    Gets or sets the structure append index.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Overridable Property SegmentIndex As Integer
    [Json(1)]
    [DefaultValue(0)]
    public virtual int SegmentIndex {get; set;}
    See Also