com.spire.pdf.barcode
Class PdfCode93Barcode
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.PdfCode93Barcode
com.spire.pdf.barcode.PdfCode93Barcode
- Direct Known Subclasses: 
- PdfCode93ExtendedBarcode
- public class PdfCode93Barcode 
- extends PdfUnidimensionalBarcode
Represents a Code93 barcode.
  Only the following symbols are allowed in a Code 93 barcode: 1 2 3 4 5 6 7 8 9 0 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 - . $ / + % SPACE
 All alphabetic characters are uppercase. If lowercase characters are required, then a Code 93 Extended barcode must be used.
 
| Constructor Summary | 
| PdfCode93Barcode()Initializes a new instance of the  class.
 | 
| PdfCode93Barcode(java.lang.String text)Initializes a new instance of the  class.
 | 
 
 
| 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 | 
 
PdfCode93Barcode
public PdfCode93Barcode()
- Initializes a new instance of the  class.
 
PdfCode93Barcode
public PdfCode93Barcode(java.lang.String text)
- Initializes a new instance of the  class.
 
- Parameters:
- text- The Barcode text.