Skip to main content
Skip table of contents

Barcode128 (1)

Barcode128 Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.Barcode128[[Barcode128]]
  iTextSharp.text.pdf.Barcode[[Barcode]]
  class iTextSharp.text.pdf.Barcode abstractStyle;
  end
iTextSharp.text.pdf.Barcode --> iTextSharp.text.pdf.Barcode128

Members

Properties

Public properties
TypeNameMethods
RectangleBarcodeSizeget
stringCodeset
Barcode128CodeSetCodeSetget, set

Methods

Public Static methods
ReturnsName
byte``[]GetBarsCode128Raw(string text)
stringGetHumanReadableUCCEAN(string code)
stringGetRawText(...)
charGetStartSymbol(Barcode128CodeSet codeSet)
stringRemoveFNC1(string code)
Internal Static methods
ReturnsName
stringGetPackedRawDigits(string text, int textIndex, int numDigits)
boolIsNextDigits(string text, int textIndex, int numDigits)
Public methods
ReturnsName
ImageCreateDrawingImage(Color foreground, Color background)
RectanglePlaceBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)

Details

Inheritance

Nested types

Enums
  • Barcode128CodeSet

Constructors

Barcode128

Source code

public Barcode128()

Methods

GetStartSymbol

Source code

public static char GetStartSymbol(Barcode128CodeSet codeSet)
Arguments
TypeNameDescription
Barcode128CodeSetcodeSet
RemoveFNC1

Source code

public static string RemoveFNC1(string code)
Arguments
TypeNameDescription
stringcode
GetHumanReadableUCCEAN

Source code

public static string GetHumanReadableUCCEAN(string code)
Arguments
TypeNameDescription
stringcode
IsNextDigits

Source code

internal static bool IsNextDigits(string text, int textIndex, int numDigits)
Arguments
TypeNameDescription
stringtext
inttextIndex
intnumDigits
GetPackedRawDigits

Source code

internal static string GetPackedRawDigits(string text, int textIndex, int numDigits)
Arguments
TypeNameDescription
stringtext
inttextIndex
intnumDigits
GetRawText [1/2]

Source code

public static string GetRawText(string text, bool ucc, Barcode128CodeSet codeSet)
Arguments
TypeNameDescription
stringtext
boolucc
Barcode128CodeSetcodeSet
GetRawText [2/2]

Source code

public static string GetRawText(string text, bool ucc)
Arguments
TypeNameDescription
stringtext
boolucc
GetBarsCode128Raw

Source code

public static byte GetBarsCode128Raw(string text)
Arguments
TypeNameDescription
stringtext
PlaceBarcode

Source code

public override Rectangle PlaceBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)
Arguments
TypeNameDescription
PdfContentBytecb
BaseColorbarColor
BaseColortextColor
CreateDrawingImage

Source code

public override Image CreateDrawingImage(Color foreground, Color background)
Arguments
TypeNameDescription
Colorforeground
Colorbackground

Properties

CodeSet
public virtual Barcode128CodeSet CodeSet { get; set; }
BarcodeSize
public override Rectangle BarcodeSize { get; }
Code
public override string Code { set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.