Skip to main content
Skip table of contents

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
TypeNameMethods
RectangleBarcodeSizeget

Methods

Public Static methods
ReturnsName
byte``[]GetBarsInter25(string text)
charGetChecksum(string text)
stringKeepNumbers(string text)
Public methods
ReturnsName
ImageCreateDrawingImage(Color foreground, Color background)
RectanglePlaceBarcode(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
TypeNameDescription
stringtext
GetChecksum

Source code

public static char GetChecksum(string text)
Arguments
TypeNameDescription
stringtext
GetBarsInter25

Source code

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

BarcodeSize
public override Rectangle BarcodeSize { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.