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

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

공개 메소드들

메소드 설명
BarcodeEAN ( ) : System
CalculateEANParity ( string code ) : int
ConvertUPCAtoUPCE ( string text ) : string
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsEAN13 ( string _code ) : byte[]
GetBarsEAN8 ( string _code ) : byte[]
GetBarsSupplemental2 ( string _code ) : byte[]
GetBarsSupplemental5 ( string _code ) : byte[]
GetBarsUPCE ( string _code ) : byte[]
PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle

메소드 상세

BarcodeEAN() 공개 메소드

public BarcodeEAN ( ) : System
리턴 System

CalculateEANParity() 공개 정적인 메소드

public static CalculateEANParity ( string code ) : int
code string
리턴 int

ConvertUPCAtoUPCE() 정적인 공개 메소드

static public ConvertUPCAtoUPCE ( string text ) : string
text string
리턴 string

CreateDrawingImage() 공개 메소드

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

GetBarsEAN13() 공개 정적인 메소드

public static GetBarsEAN13 ( string _code ) : byte[]
_code string
리턴 byte[]

GetBarsEAN8() 공개 정적인 메소드

public static GetBarsEAN8 ( string _code ) : byte[]
_code string
리턴 byte[]

GetBarsSupplemental2() 공개 정적인 메소드

public static GetBarsSupplemental2 ( string _code ) : byte[]
_code string
리턴 byte[]

GetBarsSupplemental5() 공개 정적인 메소드

public static GetBarsSupplemental5 ( string _code ) : byte[]
_code string
리턴 byte[]

GetBarsUPCE() 공개 정적인 메소드

public static GetBarsUPCE ( string _code ) : byte[]
_code string
리턴 byte[]

PlaceBarcode() 공개 메소드

public PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle
cb PdfContentByte
barColor System.Color
textColor System.Color
리턴 Rectangle