C# Class iTextSharp.text.pdf.BarcodeInter25

Inheritance: Barcode
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
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

Method Details

BarcodeInter25() public method

public BarcodeInter25 ( ) : System
return System

CreateDrawingImage() public method

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

GetBarsInter25() public static method

public static GetBarsInter25 ( string text ) : byte[]
text string
return byte[]

GetChecksum() public static method

public static GetChecksum ( string text ) : char
text string
return char

KeepNumbers() public static method

public static KeepNumbers ( string text ) : string
text string
return string

PlaceBarcode() public method

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