C# Class iTextSharp.text.pdf.BarcodePostnet

Inheritance: Barcode
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

public BarcodePostnet ( ) : System
return System

CreateDrawingImage() public method

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

GetBarsPostnet() public static method

public static GetBarsPostnet ( string text ) : byte[]
text string
return byte[]

PlaceBarcode() public method

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