C# Class iTextSharp.text.pdf.Barcode39

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

Méthodes publiques

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

Méthode Description
GetChecksum ( string text ) : char

Method Details

Barcode39() public méthode

public Barcode39 ( ) : System
Résultat System

CreateDrawingImage() public méthode

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

GetBarsCode39() public static méthode

public static GetBarsCode39 ( string text ) : byte[]
text string
Résultat byte[]

GetCode39Ex() public static méthode

public static GetCode39Ex ( string text ) : string
text string
Résultat string

PlaceBarcode() public méthode

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