C# Class iTextSharp.text.pdf.BarcodeEANSUPP

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

Protected Properties

Свойство Type Description
ean Barcode
supp Barcode

Méthodes publiques

Méthode Description
BarcodeEANSUPP ( Barcode ean, Barcode supp ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

Method Details

BarcodeEANSUPP() public méthode

public BarcodeEANSUPP ( Barcode ean, Barcode supp ) : System
ean Barcode
supp Barcode
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

PlaceBarcode() public méthode

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

Property Details

ean protected_oe property

protected Barcode,iTextSharp.text.pdf ean
Résultat Barcode

supp protected_oe property

protected Barcode,iTextSharp.text.pdf supp
Résultat Barcode