C# Class iTextSharp.text.pdf.BarcodeCodabar

Inheritance: Barcode
Exibir arquivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
BarcodeCodabar ( ) : System
CalculateChecksum ( String code ) : String
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsCodabar ( String text ) : byte[]
PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle

Method Details

BarcodeCodabar() public method

public BarcodeCodabar ( ) : System
return System

CalculateChecksum() public static method

public static CalculateChecksum ( String code ) : String
code String
return String

CreateDrawingImage() public method

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

GetBarsCodabar() public static method

public static GetBarsCodabar ( String text ) : byte[]
text String
return byte[]

PlaceBarcode() public method

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