SegmentList Protected class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.BarcodePDF417 iTextSharp.text.pdf.BarcodePDF417.SegmentList[[SegmentList]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
Details
Constructors
SegmentList
Source code
public SegmentList()
Methods
Add
Source code
public virtual void Add(char type, int start, int end)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
start |
|
|
|
end |
Get
Source code
public virtual Segment Get(int idx)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
idx |
Remove
Source code
public virtual void Remove(int idx)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
idx |
Properties
Size
public virtual int Size { get; }
Generated with ModularDoc