-
applyTilde
boolean applyTilde
If true, ("Y") the tilde (~) will be processed as explained in the QRCode
user guide. If not, it will be treated as a normal character; Default
=True.
- See Also:
-
-
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
The background color.
- See Also:
-
-
barColor
Color barColor
Color of the modules.
- See Also:
-
-
bestMask
boolean bestMask
If true, ("Y") use a best mask for pattern in the QRCode If not, it will
use a fix mask for patternc; Default = True.
- See Also:
-
-
bitmap
int[][] bitmap
-
code
String code
Data to be encoded in a QRCode symbol.
- See Also:
-
-
currentX
int currentX
Current position of painting cursor.
-
currentY
int currentY
-
dotPixels
int dotPixels
-
encodingMode
String encodingMode
The mode of compaction used to encode data in the symbol; valid values
are "Auto" (default), "Byte", "Alpha", "Numeric".
- See Also:
-
-
errorCorrectionLevel
String errorCorrectionLevel
The level of error correction used in the symbol; 2 - "L" 7% recovery
capacity, 0 - "M" 15% recovery capacity, 3 - "Q" 25% recovery capacity, 1
- "H" 30% recovery capacity.
- See Also:
-
-
height
int height
Initial preferred height property of the bean
-
leftMarginCM
double leftMarginCM
The left margin of the barcode (also know as quiet zone); The default is .06 CM.
- See Also:
-
-
leftMarginPixels
int leftMarginPixels
-
pHeight
int pHeight
The preferred height of the barcode image in pixels after barcode is
generated.
- See Also:
-
-
pWidth
int pWidth
The preferred width of the barcode image in pixels after barcode is
generated.
- See Also:
-
-
QREncoder
com.idautomation.qrcode.QRCodeBarcodeEncoder QREncoder
-
quietZone
int quietZone
The quietzone of the barcode; The default is 1.
- 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:
-
-
topMarginCM
double topMarginCM
The top margin of the barcode (also know as quiet zone); The default is .06 CM.
- See Also:
-
-
topMarginPixels
int topMarginPixels
-
version
int version
The version of the QRCode symbol; valid values are from 1 to 40; the
default value of 0, "AUTO", is used for automatic formatting. If the
selected version is smaller than what is possible, the control will
automatically switch to the next biggest version until the appropritate
size is found.
- See Also:
-
-
width
int width
Initial preferred width property of the bean
-
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 less than 1, X will be
set to one pixel.
- See Also:
-