iText 5

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

Type

Name

Methods

Rectangle

BarcodeSize

get

string

Code

set

Barcode128CodeSet

CodeSet

get, set

Methods

Public Static methods

Returns

Name

byte``[]

GetBarsCode128Raw

(string text)

string

GetHumanReadableUCCEAN

(string code)

string

GetRawText

(...)

char

GetStartSymbol

(Barcode128CodeSet codeSet)

string

RemoveFNC1

(string code)

Internal Static methods

Returns

Name

string

GetPackedRawDigits

(string text, int textIndex, int numDigits)

bool

IsNextDigits

(string text, int textIndex, int numDigits)

Public methods

Returns

Name

Image

CreateDrawingImage

(Color foreground, Color background)

Rectangle

PlaceBarcode

(

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

Type

Name

Description

Barcode128CodeSet

codeSet

RemoveFNC1

Source code

public static string RemoveFNC1(string code)

Arguments

Type

Name

Description

string

code

GetHumanReadableUCCEAN

Source code

public static string GetHumanReadableUCCEAN(string code)

Arguments

Type

Name

Description

string

code

IsNextDigits

Source code

internal static bool IsNextDigits(string text, int textIndex, int numDigits)

Arguments

Type

Name

Description

string

text

int

textIndex

int

numDigits

GetPackedRawDigits

Source code

internal static string GetPackedRawDigits(string text, int textIndex, int numDigits)

Arguments

Type

Name

Description

string

text

int

textIndex

int

numDigits

GetRawText [1/2]

Source code

public static string GetRawText(string text, bool ucc, Barcode128CodeSet codeSet)

Arguments

Type

Name

Description

string

text

bool

ucc

Barcode128CodeSet

codeSet

GetRawText [2/2]

Source code

public static string GetRawText(string text, bool ucc)

Arguments

Type

Name

Description

string

text

bool

ucc

GetBarsCode128Raw

Source code

public static byte GetBarsCode128Raw(string text)

Arguments

Type

Name

Description

string

text

PlaceBarcode

Source code

public override Rectangle PlaceBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)

Arguments

Type

Name

Description

PdfContentByte

cb

BaseColor

barColor

BaseColor

textColor

CreateDrawingImage

Source code

public override Image CreateDrawingImage(Color foreground, Color background)

Arguments

Type

Name

Description

Color

foreground

Color

background

Properties

CodeSet

public virtual Barcode128CodeSet CodeSet { get; set; }

BarcodeSize

public override Rectangle BarcodeSize { get; }

Code

public override string Code { set; }

Generated with ModularDoc