In this document you will find:
Click here to apply changes
Value:
Encoding: AUTO ASCII C40 TEXT BASE256
Format: AUTO C10X10 C14X14 C16X16 C18X18 C20X20 C22X22 C24X24 C26X26 C32X32 C36X36 C40X40 C44X44 C48X48 C52X52 C64X64 C72X72 C80X80 C88X88 C96X96 C104X104 C120X120 C132X132 C144X144 C8X18 C8X32 C12X26 C12X36 C16X36 C16X48
Process Tilde: Yes No
Module size:
Margin:
some graphic configuration
Orientation (rotation angle) 0 90 180 270
Back Color: BLACK RED BLUE GREEN YELLOW CYAN GRAY WHITE ORANGE
Bar Color: BLACK RED BLUE GREEN YELLOW CYAN GRAY WHITE ORANGE
RDataMatrix is an extension of RBarcode, therefore the following parameters of RBarcode apply to this applet: code, orientation, backColor and barColor. The applet parameters are:
It is recommended to read the Data Matrix user manual before you proceed with the RDataMatrix specific parameters. The specific parameters for this type of symbology are:
The following is an example of the applet:
<APPLET CODEBASE = "MSBBarCode" CODE = "MSBBarCode.BCApplet2D.class" NAME = "TestApplet" WIDTH = 300 HEIGHT = 300 HSPACE = 0 VSPACE = 0 ALIGN = middle > <PARAM NAME = "BARCODE" VALUE = "This is a test of the barcode DataMatrix"> <PARAM NAME = "CODE_TYPE" VALUE = "DATAMATRIX"> <PARAM NAME = "DM_DOT_PIXELS" VALUE = "5"> <PARAM NAME = "DM_ENCODING" VALUE = "AUTO"> </APPLET>
If you want to use the class directly instead of the applet you must read the javadoc file.