com.spire.pdf.barcode
Class PdfCodabarBarcode
java.lang.Object
   com.spire.pdf.barcode.PdfBarcode
com.spire.pdf.barcode.PdfBarcode
       com.spire.pdf.barcode.PdfUnidimensionalBarcode
com.spire.pdf.barcode.PdfUnidimensionalBarcode
           com.spire.pdf.barcode.PdfCodabarBarcode
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 ("+", "-", "$", "/", ":", ".").
 
 
 
| 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 | 
 
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.