-
autoSize
boolean autoSize
If true, will automatically size the control canvas to fit the barcode at design or runtime; Default =True.
- See Also:
-
-
backColor
Color backColor
Background color.
- See Also:
-
-
barColor
Color barColor
Color of the bars.
- See Also:
-
-
barHeightCM
double barHeightCM
Bar height in CM; This is calculated from the XtoYRatio
-
barHeightPixels
int barHeightPixels
-
binaryCode
byte[] binaryCode
The data (as a byte array) to be encoded in the barcode.
-
code
String code
The data (as a string) to be encoded in the barcode.
- See Also:
-
-
coef
int[][] coef
PDF417 error correction coefficients.
-
currentX
int currentX
Current position of painting cursor.
-
currentY
int currentY
-
dotPixels
int dotPixels
-
endOfCode
int endOfCode
-
extraHeight
int extraHeight
-
H
double H
-
height
int height
-
I
double I
-
L
double L
-
leftMarginCM
double leftMarginCM
Left margin of the Barcode (also know as quiet zone). The default is .2 CM.
- See Also:
-
-
leftMarginPixels
int leftMarginPixels
-
MacroPDFEnable
boolean MacroPDFEnable
Determines whether or not this barcode is a MacroPDF barcode.
- See Also:
-
-
MacroPDFFileID
int MacroPDFFileID
The MacroPDF File ID corresponding to this barcode. Valid values are 0 to 899
- See Also:
-
-
MacroPDFLastSegment
boolean MacroPDFLastSegment
Determines whether this MacroPDF barcode is the last in the series.
- See Also:
-
-
MacroPDFSegmentIndex
int MacroPDFSegmentIndex
The MacroPDF Segment Index corresponding to this barcode. Valid values are 0 to 99998
- See Also:
-
-
N
double N
-
narrowBarCM
double narrowBarCM
-
narrowBarPixels
int narrowBarPixels
-
PDF417_BITS
int[][] PDF417_BITS
PDF417 bar patterns
-
PDF417_START
int PDF417_START
-
PDF417_STOP
int PDF417_STOP
-
PDFColumns
int PDFColumns
The number of columns in the PDF417 code; the default is 5; the range is from 1 to 30.
- See Also:
-
-
PDFECLevel
int PDFECLevel
PDF417 error correction level; the default is 2; the range is from 0 to 8.
- See Also:
-
-
PDFMode
int PDFMode
PDF417 mode; Valid values are PDF_BINARY (default), PDF_TEXT (for ascii data) and PDF_NUMERIC (for numeric only data).
- See Also:
-
-
PDFRows
int PDFRows
The number of rows of the PDF417 code; If 0 (default) the number will be calculated automatically. We recommend changing the columns instead of the rows to size the symbol.
- See Also:
-
-
pHeight
int pHeight
The preferred height of the barcode image in pixels after barcode is generated.
- See Also:
-
-
processTilde
boolean processTilde
If true, three numbers after the Tilde will insert an ASCII code; For example ~009 will insert ASCII 9 into the data string.
- See Also:
-
-
pWidth
int pWidth
The preferred width of the barcode image in pixels after barcode is generated.
- See Also:
-
-
resolution
int resolution
The resolution used to create the X dimension and other measurements in pixels; Default is 38 Pixels Per CM which is about 96 DPI. 96 DPI is the resolution of the web browser; this setting works best when using the servlet. Enter 118 to create a 300 DPI image.
- See Also:
-
-
rotate
int rotate
Rotation angle; valid values are 0 (default), 90, 180 & 270.
- See Also:
-
-
runtimeRows
int runtimeRows
-
suplementTopMargin
int suplementTopMargin
-
textCodes
String[][] textCodes
PDF417 text mode character set
-
topMarginCM
double topMarginCM
Top margin of the Barcode (also know as quiet zone). The default is .2 CM
- See Also:
-
-
topMarginPixels
int topMarginPixels
-
truncated
boolean truncated
If true, truncated PDF417 code will be created; Default =False.
- See Also:
-
-
width
int width
-
widthBarCM
double widthBarCM
-
widthBarPixels
int widthBarPixels
-
X
double X
Size in CM of narrow modules; if X * resolution = < 1, X will be set to one pixel; resolution is used to convert to pixels; use setPixelsPerCM to change the resolution.
- See Also:
-
-
XtoYRatio
double XtoYRatio
The X multiple height of individual cells; default=3, usually 2 to 4 times X (make as small as possible, some scanners cannot read less than 3 or 4).
- See Also:
-