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

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bitPtr int
cwPtr int
segmentList SegmentList

공개 메소드들

메소드 설명
BarcodePDF417 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetImage ( ) : System.Image
PaintCode ( ) : void
SetDefaultParameters ( ) : void
SetText ( String s ) : void

보호된 메소드들

메소드 설명
Assemble ( ) : void
BasicNumberCompaction ( int start, int length ) : void
ByteCompaction6 ( int start ) : void
CalculateErrorCorrection ( int dest ) : void
CheckSegmentType ( Segment segment, char type ) : bool
DumpList ( ) : void
GetMaxSquare ( ) : int
GetSegmentLength ( Segment segment ) : int
GetTextTypeAndValue ( int maxLength, int idx ) : int
MaxPossibleErrorLevel ( int remain ) : int
NumberCompaction ( int start, int length ) : void
OutCodeword ( int codeword ) : void
OutCodeword17 ( int codeword ) : void
OutCodeword18 ( int codeword ) : void
OutPaintCode ( ) : void
OutStartPattern ( ) : void
OutStopPattern ( ) : void
TextCompaction ( int start, int length ) : void

비공개 메소드들

메소드 설명
Append ( String s ) : void
Append ( int inp, int len ) : void
BasicNumberCompaction ( byte input, int start, int length ) : void
BreakString ( ) : void
ByteCompaction ( int start, int length ) : void
GetTextTypeAndValue ( byte input, int maxLength, int idx ) : int
MacroCodes ( ) : void
NumberCompaction ( byte input, int start, int length ) : void
TextCompaction ( byte input, int start, int length ) : void

메소드 상세

Assemble() 보호된 메소드

protected Assemble ( ) : void
리턴 void

BarcodePDF417() 공개 메소드

public BarcodePDF417 ( ) : System
리턴 System

BasicNumberCompaction() 보호된 메소드

protected BasicNumberCompaction ( int start, int length ) : void
start int
length int
리턴 void

ByteCompaction6() 보호된 메소드

protected ByteCompaction6 ( int start ) : void
start int
리턴 void

CalculateErrorCorrection() 보호된 메소드

protected CalculateErrorCorrection ( int dest ) : void
dest int
리턴 void

CheckSegmentType() 보호된 메소드

protected CheckSegmentType ( Segment segment, char type ) : bool
segment Segment
type char
리턴 bool

CreateDrawingImage() 공개 메소드

public CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
리턴 System.Drawing.Image

DumpList() 보호된 메소드

protected DumpList ( ) : void
리턴 void

GetImage() 공개 메소드

public GetImage ( ) : System.Image
리턴 System.Image

GetMaxSquare() 보호된 메소드

protected GetMaxSquare ( ) : int
리턴 int

GetSegmentLength() 보호된 메소드

protected GetSegmentLength ( Segment segment ) : int
segment Segment
리턴 int

GetTextTypeAndValue() 보호된 메소드

protected GetTextTypeAndValue ( int maxLength, int idx ) : int
maxLength int
idx int
리턴 int

MaxPossibleErrorLevel() 보호된 정적인 메소드

protected static MaxPossibleErrorLevel ( int remain ) : int
remain int
리턴 int

NumberCompaction() 보호된 메소드

protected NumberCompaction ( int start, int length ) : void
start int
length int
리턴 void

OutCodeword() 보호된 메소드

protected OutCodeword ( int codeword ) : void
codeword int
리턴 void

OutCodeword17() 보호된 메소드

protected OutCodeword17 ( int codeword ) : void
codeword int
리턴 void

OutCodeword18() 보호된 메소드

protected OutCodeword18 ( int codeword ) : void
codeword int
리턴 void

OutPaintCode() 보호된 메소드

protected OutPaintCode ( ) : void
리턴 void

OutStartPattern() 보호된 메소드

protected OutStartPattern ( ) : void
리턴 void

OutStopPattern() 보호된 메소드

protected OutStopPattern ( ) : void
리턴 void

PaintCode() 공개 메소드

public PaintCode ( ) : void
리턴 void

SetDefaultParameters() 공개 메소드

public SetDefaultParameters ( ) : void
리턴 void

SetText() 공개 메소드

public SetText ( String s ) : void
s String
리턴 void

TextCompaction() 보호된 메소드

protected TextCompaction ( int start, int length ) : void
start int
length int
리턴 void

프로퍼티 상세

bitPtr 보호되어 있는 프로퍼티

protected int bitPtr
리턴 int

cwPtr 보호되어 있는 프로퍼티

protected int cwPtr
리턴 int

segmentList 보호되어 있는 프로퍼티

protected SegmentList segmentList
리턴 SegmentList