C# Class iTextSharp.text.pdf.BarcodePostnet

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

Méthodes publiques

Méthode Description
BarcodePostnet ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsPostnet ( string text ) : byte[]
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

Method Details

BarcodePostnet() public méthode

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

GetBarsPostnet() public static méthode

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

PlaceBarcode() public méthode

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