pdfcode32barcode-ag凯发旗舰厅
com.spire.pdf.barcode
class pdfcode32barcode
java.lang.object
com.spire.pdf.barcode.pdfbarcode
com.spire.pdf.barcode.pdfunidimensionalbarcode
com.spire.pdf.barcode.pdfcode39barcode
com.spire.pdf.barcode.pdfcode32barcode
public class pdfcode32barcode
- extends pdfcode39barcode
represents a code32 barcode.
only the following symbols are allowed in a code 32 barcode: 1 2 3 4 5 6 7 8 9 0. the barcode length is 9 digits (8 user defined digits 1 check digit).
code 32 barcodes are also known as italian pharmacode barcodes.
constructor summary |
pdfcode32barcode()
initializes a new instance of the class. |
pdfcode32barcode(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 |
pdfcode32barcode
public pdfcode32barcode()
- initializes a new instance of the class.
pdfcode32barcode
public pdfcode32barcode(java.lang.string text)
- initializes a new instance of the class.
- parameters:
text
- the barcode text.