C# Class iTextSharp.text.pdf.Barcode128

Inheritance: Barcode
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
Barcode128 ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsCode128Raw ( string text ) : byte[]
GetHumanReadableUCCEAN ( String code ) : String
GetRawText ( string text, bool ucc ) : string
PlaceBarcode ( PdfContentByte cb, System.Color barColor, System.Color textColor ) : Rectangle
RemoveFNC1 ( String code ) : String

Private Methods

Method Description
GetPackedRawDigits ( String text, int textIndex, int numDigits ) : String
IsNextDigits ( string text, int textIndex, int numDigits ) : bool

Method Details

Barcode128() public method

public Barcode128 ( ) : System
return System

CreateDrawingImage() public method

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

GetBarsCode128Raw() public static method

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

GetHumanReadableUCCEAN() public static method

public static GetHumanReadableUCCEAN ( String code ) : String
code String
return String

GetRawText() public static method

public static GetRawText ( string text, bool ucc ) : string
text string
ucc bool
return string

PlaceBarcode() public method

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

RemoveFNC1() public static method

public static RemoveFNC1 ( String code ) : String
code String
return String