Skip to main content
Skip table of contents

SegmentList

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
TypeNameMethods
intSizeget

Methods

Public methods
ReturnsName
voidAdd(char type, int start, int end)
SegmentGet(int idx)
voidRemove(int idx)

Details

Constructors

SegmentList

Source code

public SegmentList()

Methods

Add

Source code

public virtual void Add(char type, int start, int end)
Arguments
TypeNameDescription
chartype
intstart
intend
Get

Source code

public virtual Segment Get(int idx)
Arguments
TypeNameDescription
intidx
Remove

Source code

public virtual void Remove(int idx)
Arguments
TypeNameDescription
intidx

Properties

Size
public virtual int Size { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.