C# Class iTextSharp.text.pdf.BarcodeEANSUPP

Inheritance: Barcode
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
ean Barcode
supp Barcode

Public Methods

Method 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 method

public BarcodeEANSUPP ( Barcode ean, Barcode supp ) : System
ean Barcode
supp Barcode
return System

CreateDrawingImage() public method

public CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
return System.Drawing.Image

PlaceBarcode() public method

public PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle
cb PdfContentByte
barColor Color
textColor Color
return iTextSharp.text.Rectangle

Property Details

ean protected property

protected Barcode,iTextSharp.text.pdf ean
return Barcode

supp protected property

protected Barcode,iTextSharp.text.pdf supp
return Barcode