C# Class iTextSharp.text.pdf.BarcodePDF417.SegmentList

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Property Type Description
list ArrayList

Public Methods

Method Description
Add ( char type, int start, int end ) : void
Get ( int idx ) : Segment
Remove ( int idx ) : void

Method Details

Add() public method

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

Get() public method

public Get ( int idx ) : Segment
idx int
return Segment

Remove() public method

public Remove ( int idx ) : void
idx int
return void

Property Details

list protected_oe property

protected ArrayList list
return ArrayList