iText 5

BarcodeInter25

BarcodeInter25 Public class

Diagram

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

Members

Properties

Public properties

Type

Name

Methods

Rectangle

BarcodeSize

get

Methods

Public Static methods

Returns

Name

byte``[]

GetBarsInter25

(string text)

char

GetChecksum

(string text)

string

KeepNumbers

(string text)

Public methods

Returns

Name

Image

CreateDrawingImage

(Color foreground, Color background)

Rectangle

PlaceBarcode

(

PdfContentByte

cb,

BaseColor

barColor,

BaseColor

textColor)

Details

Inheritance

Constructors

BarcodeInter25

Source code

public BarcodeInter25()

Methods

KeepNumbers

Source code

public static string KeepNumbers(string text)

Arguments

Type

Name

Description

string

text

GetChecksum

Source code

public static char GetChecksum(string text)

Arguments

Type

Name

Description

string

text

GetBarsInter25

Source code

public static byte GetBarsInter25(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

BarcodeSize

public override Rectangle BarcodeSize { get; }

Generated with ModularDoc