C# 클래스 iTextSharp.text.pdf.BarcodePDF417.SegmentList

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

보호된 프로퍼티들

프로퍼티 타입 설명
list ArrayList

공개 메소드들

메소드 설명
Add ( char type, int start, int end ) : void
Get ( int idx ) : Segment
Remove ( int idx ) : void

메소드 상세

Add() 공개 메소드

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

Get() 공개 메소드

public Get ( int idx ) : Segment
idx int
리턴 Segment

Remove() 공개 메소드

public Remove ( int idx ) : void
idx int
리턴 void

프로퍼티 상세

list 보호되어 있는 프로퍼티

protected ArrayList list
리턴 ArrayList