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

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

공개 메소드들

메소드 설명
Barcode128 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsCode128Raw ( string text ) : byte[]
GetHumanReadableUCCEAN ( String code ) : String
GetRawText ( string text, bool ucc ) : string
PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle
RemoveFNC1 ( String code ) : String

비공개 메소드들

메소드 설명
GetPackedRawDigits ( String text, int textIndex, int numDigits ) : String
IsNextDigits ( string text, int textIndex, int numDigits ) : bool

메소드 상세

Barcode128() 공개 메소드

public Barcode128 ( ) : System
리턴 System

CreateDrawingImage() 공개 메소드

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

GetBarsCode128Raw() 공개 정적인 메소드

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

GetHumanReadableUCCEAN() 공개 정적인 메소드

public static GetHumanReadableUCCEAN ( String code ) : String
code String
리턴 String

GetRawText() 공개 정적인 메소드

public static GetRawText ( string text, bool ucc ) : string
text string
ucc bool
리턴 string

PlaceBarcode() 공개 메소드

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

RemoveFNC1() 공개 정적인 메소드

public static RemoveFNC1 ( String code ) : String
code String
리턴 String