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

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

공개 메소드들

메소드 설명
Barcode39 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsCode39 ( string text ) : byte[]
GetCode39Ex ( string text ) : string
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

비공개 메소드들

메소드 설명
GetChecksum ( string text ) : char

메소드 상세

Barcode39() 공개 메소드

public Barcode39 ( ) : System
리턴 System

CreateDrawingImage() 공개 메소드

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

GetBarsCode39() 공개 정적인 메소드

public static GetBarsCode39 ( string text ) : byte[]
text string
리턴 byte[]

GetCode39Ex() 공개 정적인 메소드

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

PlaceBarcode() 공개 메소드

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