C# Class iTextSharp.text.pdf.Barcode39

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

Public Methods

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

Private Methods

Method Description
GetChecksum ( string text ) : char

Method Details

Barcode39() public method

public Barcode39 ( ) : System
return System

CreateDrawingImage() public method

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

GetBarsCode39() public static method

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

GetCode39Ex() public static method

public static GetCode39Ex ( 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 Rectangle