C# Class iTextSharp.text.pdf.BarcodeInter25

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

Méthodes publiques

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

public BarcodeInter25 ( ) : 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

GetBarsInter25() public static méthode

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

GetChecksum() public static méthode

public static GetChecksum ( string text ) : char
text string
Résultat char

KeepNumbers() public static méthode

public static KeepNumbers ( 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 iTextSharp.text.Rectangle