Table of Contents

Class BarcodePdf417.SegmentList

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll
protected class BarcodePdf417.SegmentList
Inheritance
BarcodePdf417.SegmentList
Inherited Members

Constructors

SegmentList()

public SegmentList()

Fields

List

protected List<BarcodePdf417.Segment> List

Field Value

List<BarcodePdf417.Segment>

Properties

Size

public int Size { get; }

Property Value

int

Methods

Add(char, int, int)

public void Add(char type, int start, int end)

Parameters

type char
start int
end int

Get(int)

public BarcodePdf417.Segment Get(int idx)

Parameters

idx int

Returns

BarcodePdf417.Segment

Remove(int)

public void Remove(int idx)

Parameters

idx int