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

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

공개 프로퍼티들

프로퍼티 타입 설명
end int
start int
type char

공개 메소드들

메소드 설명
Segment ( char type, int start, int end ) : System

메소드 상세

Segment() 공개 메소드

public Segment ( char type, int start, int end ) : System
type char
start int
end int
리턴 System

프로퍼티 상세

end 공개적으로 프로퍼티

public int end
리턴 int

start 공개적으로 프로퍼티

public int start
리턴 int

type 공개적으로 프로퍼티

public char type
리턴 char