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

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BarcodeDatamatrix() 공개 메소드

public BarcodeDatamatrix ( ) : System
리턴 System

CreateDrawingImage() 공개 메소드

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

CreateImage() 공개 메소드

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

Generate() 공개 메소드

public Generate ( String text ) : int
text String
리턴 int

Generate() 공개 메소드

public Generate ( byte text, int textOffset, int textSize ) : int
text byte
textOffset int
textSize int
리턴 int