C# Class iTextSharp.text.pdf.Barcode128

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

Méthodes publiques

Méthode 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

Méthode Description
GetPackedRawDigits ( String text, int textIndex, int numDigits ) : String
IsNextDigits ( string text, int textIndex, int numDigits ) : bool

Method Details

Barcode128() public méthode

public Barcode128 ( ) : System
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

GetBarsCode128Raw() public static méthode

public static GetBarsCode128Raw ( string text ) : byte[]
text string
Résultat byte[]

GetHumanReadableUCCEAN() public static méthode

public static GetHumanReadableUCCEAN ( String code ) : String
code String
Résultat String

GetRawText() public static méthode

public static GetRawText ( string text, bool ucc ) : string
text string
ucc bool
Résultat string

PlaceBarcode() public méthode

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

RemoveFNC1() public static méthode

public static RemoveFNC1 ( String code ) : String
code String
Résultat String