com.spire.pdf.barcode
Class PdfCode128CBarcode

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

public class PdfCode128CBarcode
extends PdfUnidimensionalBarcode

Represents a Code128C barcode.

See Also:
Only the following symbols are allowed in a Code 128C barcode: 0 1 2 3 4 5 6 7 8 9 FNC1 (\xF0). Code 128 C encodes only numeric symbols at double density, each pair of digits is encoded using a single symbol.

Constructor Summary
PdfCode128CBarcode()
          Initializes a new instance of the class.
PdfCode128CBarcode(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

PdfCode128CBarcode

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


PdfCode128CBarcode

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

Parameters:
text - The Barcode text.