Web API Edition | ComponentOne
C1.BarCode Namespace / MicroPDF417Options Class / SegmentCount Property

In This Topic
    SegmentCount Property (MicroPDF417Options)
    In This Topic
    Gets or sets the segment count of structured append symbol.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_MicroPDF417_SegmentCount", "Gets or sets the segment count of structured append symbol.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property SegmentCount As Integer
    [DefaultValue(0)]
    [#YUc("Desc_MicroPDF417_SegmentCount", "Gets or sets the segment count of structured append symbol.")]
    [NotifyParentProperty(true)]
    public int SegmentCount {get; set;}
    Remarks
    Valid value is from 0 to 99999.
    See Also