-
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 modules.
- See Also:
-
-
barHeightPixels
int barHeightPixels
-
bitmap
int[][] bitmap
-
C49rest
int C49rest
-
code
String code
Data to be encoded in a Data Matrix symbol.
- See Also:
-
-
codeText
String codeText
The text of the barcode after it is created.
-
cols
int cols
-
currentEncoding
int currentEncoding
-
currentX
int currentX
Current position of painting cursor.
-
currentY
int currentY
-
datacols
int datacols
-
datarows
int datarows
-
DataToCheck
String DataToCheck
-
demoColor
Color demoColor
-
dotPixels
int dotPixels
-
encoding
int encoding
The encoding mode; valid values are E_ASCII (default), E_C40, E_TEXT or E_BASE256.
- See Also:
-
-
endOfCode
int endOfCode
-
extraHeight
int extraHeight
-
fontColor
Color fontColor
The color of the humam readable text; Default=black.
- See Also:
-
-
height
int height
Initial preferred height property of the bean
-
hrLeftMarginPixels
int hrLeftMarginPixels
Gets the textMarginCM property value
- See Also:
-
-
increaseheight
int increaseheight
-
internalCode
String internalCode
-
leftMarginCM
double leftMarginCM
The left margin of the barcode (also know as quiet zone); The default is .06 CM.
- See Also:
-
-
leftMarginPixels
int leftMarginPixels
-
mapcols
int mapcols
-
maprows
int maprows
-
marginCM
double marginCM
Margin of the Barcode (also know as quiet zone). The default is .06 CM
- See Also:
-
-
mcheckdigit
String mcheckdigit
-
N
double N
multiple value for width bars - should be 2.
-
narrowBarCM
double narrowBarCM
-
narrowBarPixels
int narrowBarPixels
-
oldMarginCM
double oldMarginCM
-
pHeight
int pHeight
The preferred height of the barcode image in pixels after barcode is generated.
- See Also:
-
-
preferredFormat
int preferredFormat
The preferred format represented by a number; valid values are from 0 (10X10) to 23 (144X144) and from 24 (8X18) to 29 (16X48); The default value is -1 which sets this to automatic; this is also documented in the user manual.
- See Also:
-
-
processTilde
boolean processTilde
If true, ("Y") the tilde (~) will be processed as explained in the Data Matrix user guide. If not, it will be treated as a normal character; Default =False.
- See Also:
-
-
pWidth
int pWidth
The preferred width of the barcode image in pixels after barcode is generated.
- See Also:
-
-
reBuild
boolean reBuild
-
reedblocks
int reedblocks
-
reeddata
int reeddata
-
reederr
int reederr
-
regions
int regions
-
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:
-
-
rows
int rows
-
showHR
boolean showHR
If true, the human readable text will be displayed instead of the barcode Default is false.
- See Also:
-
-
singleLineHR
boolean singleLineHR
When set to True and ShowHR is True, human readable data appears on a single line. When false, human readable is split across multiple lines for GS1-DataMatrix
- See Also:
-
-
suplementTopMargin
int suplementTopMargin
-
textFont
Font textFont
The font of the text in the barcode; Default = Arial.
- See Also:
-
-
TextH
int TextH
-
textMarginCM
double textMarginCM
The amount of space in CM between the barcode and the human readable text. Default is 0.3CM.
- See Also:
-
#setTextMarginCM(double newMargin)
#getTextMarginCM()
- User Manual
-
textMarginPixels
int textMarginPixels
-
topMarginCM
double topMarginCM
The top margin of the barcode (also know as quiet zone); The default is .06 CM.
- See Also:
-
-
topMarginPixels
int topMarginPixels
-
totaldata
int totaldata
-
totalerr
int totalerr
-
width
int width
Initial preferred width property of the bean
-
widthBarCM
double widthBarCM
-
widthBarPixels
int widthBarPixels
-
X
double X
The size in CM of modules, default is .06; usually adjustable in increments of .03CM because (X * resolution) is used to convert to pixels; use setPixelsPerCM to change; if X * resolution = < 1, X will be set to one pixel.
- See Also:
-