C# Class iTextSharp.text.pdf.BarcodeCodabar

Inheritance: Barcode
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BarcodeCodabar ( ) : System
Résultat System

CalculateChecksum() public static méthode

public static CalculateChecksum ( String code ) : String
code String
Résultat String

CreateDrawingImage() public méthode

public CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
Résultat System.Drawing.Image

GetBarsCodabar() public static méthode

public static GetBarsCodabar ( String text ) : byte[]
text String
Résultat byte[]

PlaceBarcode() public méthode

public PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle
cb PdfContentByte
barColor System.Color
textColor System.Color
Résultat Rectangle