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

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

공개 메소드들

메소드 설명
BarcodeInter25 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsInter25 ( string text ) : byte[]
GetChecksum ( string text ) : char
KeepNumbers ( string text ) : string
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

메소드 상세

BarcodeInter25() 공개 메소드

public BarcodeInter25 ( ) : System
리턴 System

CreateDrawingImage() 공개 메소드

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

GetBarsInter25() 공개 정적인 메소드

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

GetChecksum() 공개 정적인 메소드

public static GetChecksum ( string text ) : char
text string
리턴 char

KeepNumbers() 공개 정적인 메소드

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

PlaceBarcode() 공개 메소드

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