C# Class iTextSharp.text.pdf.BarcodeDatamatrix

Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
BarcodeDatamatrix ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
CreateImage ( ) : System.Image
Generate ( String text ) : int
Generate ( byte text, int textOffset, int textSize ) : int

Private Methods

Method Description
AsciiEncodation ( byte text, int textOffset, int textLength, byte data, int dataOffset, int dataLength ) : int
B256Encodation ( byte text, int textOffset, int textLength, byte data, int dataOffset, int dataLength ) : int
C40OrTextEncodation ( byte text, int textOffset, int textLength, byte data, int dataOffset, int dataLength, bool c40 ) : int
Draw ( byte data, int dataSize, DmParams dm ) : void
EdifactEncodation ( byte text, int textOffset, int textLength, byte data, int dataOffset, int dataLength ) : int
GetEncodation ( byte text, int textOffset, int textSize, byte data, int dataOffset, int dataSize, int options, bool firstMatch ) : int
GetNumber ( byte text, int ptrIn, int n ) : int
IsDigit ( int c ) : bool
MakePadding ( byte data, int position, int count ) : void
ProcessExtensions ( byte text, int textOffset, int textSize, byte data ) : int
SetBit ( int x, int y, int xByte ) : void
X12Encodation ( byte text, int textOffset, int textLength, byte data, int dataOffset, int dataLength ) : int

Method Details

BarcodeDatamatrix() public method

public BarcodeDatamatrix ( ) : System
return System

CreateDrawingImage() public method

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

CreateImage() public method

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

Generate() public method

public Generate ( String text ) : int
text String
return int

Generate() public method

public Generate ( byte text, int textOffset, int textSize ) : int
text byte
textOffset int
textSize int
return int