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 |
|---|
int | Size | get |
Methods
Public methods
| Returns | Name |
|---|
void | Add(char type, int start, int end) |
Segment | Get(int idx) |
void | Remove(int idx) |
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 |
|---|
char | type | |
int | start | |
int | end | |
Get
Source code
public virtual Segment Get(int idx)
Arguments
| Type | Name | Description |
|---|
int | idx | |
Remove
Source code
public virtual void Remove(int idx)
Arguments
| Type | Name | Description |
|---|
int | idx | |
Properties
Size
public virtual int Size { get; }
Generated with ModularDoc