com.spire.pdf.barcode
Class PdfCodabarBarcode

java.lang.Object
  extended by com.spire.pdf.barcode.PdfBarcode
      extended by com.spire.pdf.barcode.PdfUnidimensionalBarcode
          extended by com.spire.pdf.barcode.PdfCodabarBarcode

public class PdfCodabarBarcode
extends PdfUnidimensionalBarcode

Represents a Codabar barcode. This symbology allows the encoding of strings of up to 16 digits, 10 numeric digits (0 through 9) and 6 special non alpha characters ("+", "-", "$", "/", ":", ".").


Constructor Summary
PdfCodabarBarcode()
          Initializes a new instance of the class.
PdfCodabarBarcode(java.lang.String text)
          Initializes a new instance of the class.
 
Method Summary
 
Methods inherited from class com.spire.pdf.barcode.PdfUnidimensionalBarcode
draw, draw, draw, getEnableCheckDigit, getEncodeStartStopSymbols, getShowCheckDigit, setBarcodeToTextGapHeight, setEnableCheckDigit, setShowCheckDigit, setTextAlignment, setTextDisplayLocation, toImage
 
Methods inherited from class com.spire.pdf.barcode.PdfBarcode
getBackColor, getBarColor, getBarHeight, getBounds, getExtendedText, getLocation, getNarrowBarWidth, getQuietZone, getSize, getText, getTextColor, setBackColor, setBarColor, setBarHeight, setBounds, setExtendedText, setLocation, setNarrowBarWidth, setText, setTextColor
 

Constructor Detail

PdfCodabarBarcode

public PdfCodabarBarcode()
Initializes a new instance of the class.


PdfCodabarBarcode

public PdfCodabarBarcode(java.lang.String text)
Initializes a new instance of the class.

Parameters:
text - The Barcode Text.