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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Свойство Type Description
list ArrayList

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( char type, int start, int end ) : void
type char
start int
end int
Résultat void

Get() public méthode

public Get ( int idx ) : Segment
idx int
Résultat Segment

Remove() public méthode

public Remove ( int idx ) : void
idx int
Résultat void

Property Details

list protected_oe property

protected ArrayList list
Résultat ArrayList