C# Class iTextSharp.text.pdf.BarcodePDF417

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
bitPtr int
cwPtr int
segmentList SegmentList

Public Methods

Method Description
BarcodePDF417 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetImage ( ) : System.Image
PaintCode ( ) : void
SetDefaultParameters ( ) : void
SetText ( String s ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Assemble() protected method

protected Assemble ( ) : void
return void

BarcodePDF417() public method

public BarcodePDF417 ( ) : System
return System

BasicNumberCompaction() protected method

protected BasicNumberCompaction ( int start, int length ) : void
start int
length int
return void

ByteCompaction6() protected method

protected ByteCompaction6 ( int start ) : void
start int
return void

CalculateErrorCorrection() protected method

protected CalculateErrorCorrection ( int dest ) : void
dest int
return void

CheckSegmentType() protected method

protected CheckSegmentType ( Segment segment, char type ) : bool
segment Segment
type char
return bool

CreateDrawingImage() public method

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

DumpList() protected method

protected DumpList ( ) : void
return void

GetImage() public method

public GetImage ( ) : System.Image
return System.Image

GetMaxSquare() protected method

protected GetMaxSquare ( ) : int
return int

GetSegmentLength() protected method

protected GetSegmentLength ( Segment segment ) : int
segment Segment
return int

GetTextTypeAndValue() protected method

protected GetTextTypeAndValue ( int maxLength, int idx ) : int
maxLength int
idx int
return int

MaxPossibleErrorLevel() protected static method

protected static MaxPossibleErrorLevel ( int remain ) : int
remain int
return int

NumberCompaction() protected method

protected NumberCompaction ( int start, int length ) : void
start int
length int
return void

OutCodeword() protected method

protected OutCodeword ( int codeword ) : void
codeword int
return void

OutCodeword17() protected method

protected OutCodeword17 ( int codeword ) : void
codeword int
return void

OutCodeword18() protected method

protected OutCodeword18 ( int codeword ) : void
codeword int
return void

OutPaintCode() protected method

protected OutPaintCode ( ) : void
return void

OutStartPattern() protected method

protected OutStartPattern ( ) : void
return void

OutStopPattern() protected method

protected OutStopPattern ( ) : void
return void

PaintCode() public method

public PaintCode ( ) : void
return void

SetDefaultParameters() public method

public SetDefaultParameters ( ) : void
return void

SetText() public method

public SetText ( String s ) : void
s String
return void

TextCompaction() protected method

protected TextCompaction ( int start, int length ) : void
start int
length int
return void

Property Details

bitPtr protected property

protected int bitPtr
return int

cwPtr protected property

protected int cwPtr
return int

segmentList protected property

protected SegmentList segmentList
return SegmentList