com.spire.pdf.barcode
Class PdfCode128BBarcode

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

public class PdfCode128BBarcode
extends PdfUnidimensionalBarcode

Represents a Code128B Barcode.

See Also:
Only the following symbols are allowed in a Code 128 B barcode:SPACE ! " # $ % ' ( ) * + , - . / 0 12 3 4 5 6 7 8 9 : ; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ]^ _ a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ DEL (\x7F) FNC1 (\xF0) FNC2 (\xF1) FNC3 (\xF2) FNC4 (\xF3) SHIFT (\xF4).

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

PdfCode128BBarcode

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


PdfCode128BBarcode

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

Parameters:
text - The Barcode text.