C# Class iTextSharp.text.pdf.BarcodeEAN

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

Public Methods

Method Description
BarcodeEAN ( ) : System
CalculateEANParity ( string code ) : int
ConvertUPCAtoUPCE ( string text ) : string
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsEAN13 ( string _code ) : byte[]
GetBarsEAN8 ( string _code ) : byte[]
GetBarsSupplemental2 ( string _code ) : byte[]
GetBarsSupplemental5 ( string _code ) : byte[]
GetBarsUPCE ( string _code ) : byte[]
PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle

Method Details

BarcodeEAN() public method

public BarcodeEAN ( ) : System
return System

CalculateEANParity() public static method

public static CalculateEANParity ( string code ) : int
code string
return int

ConvertUPCAtoUPCE() static public method

static public ConvertUPCAtoUPCE ( string text ) : string
text string
return string

CreateDrawingImage() public method

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

GetBarsEAN13() public static method

public static GetBarsEAN13 ( string _code ) : byte[]
_code string
return byte[]

GetBarsEAN8() public static method

public static GetBarsEAN8 ( string _code ) : byte[]
_code string
return byte[]

GetBarsSupplemental2() public static method

public static GetBarsSupplemental2 ( string _code ) : byte[]
_code string
return byte[]

GetBarsSupplemental5() public static method

public static GetBarsSupplemental5 ( string _code ) : byte[]
_code string
return byte[]

GetBarsUPCE() public static method

public static GetBarsUPCE ( string _code ) : byte[]
_code string
return byte[]

PlaceBarcode() public method

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