All names
Class MSBBarCode.BarCode2D
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----MSBBarCode.BarCode
|
+----MSBBarCode.BarCode2D
- public class BarCode2D
- extends BarCode
PDF_BINARY
PDF_NUMERIC
PDF_TEXT
PDFColumns
- number of columns of the PDF417 code.
PDFECLevel
- PDF417 error correction level.
PDFMode
- PDF417 mode.
PDFRows
- number of rows of the PDF417 code.
BarCode2D()
PDFRows
public int PDFRows
- number of rows of the PDF417 code. If 0 the number will be calculated
automatically.
PDFColumns
public int PDFColumns
- number of columns of the PDF417 code. The default is 10
PDFECLevel
public int PDFECLevel
- PDF417 error correction level. The default is 0.
PDFMode
public int PDFMode
- PDF417 mode. Valid values are PDF_BINARY (default), PDF_TEXT (for ascii
data) and PDF_NUMERIC (for numeric data).
PDF_BINARY
public static final int PDF_BINARY
PDF_TEXT
public static final int PDF_TEXT
PDF_NUMERIC
public static final int PDF_NUMERIC
BarCode2D
public BarCode2D()
All names