publish
plugins.it2be_barcode.IBDataMatrix info


Servoy Methods Summary
byte[] create( String, Number )
byte[] create( byte[], Number )
byte[] create( byte[], Object, Number, Number, Number, Number )
byte[] create( String, Object, Number, Number, Number, Number )


Servoy Methods Details


create
byte[]  create( String, Number )
Set the barcode by string code and size
Parameters
String  code  the code
Number  moduleSize  the module size

Returns
byte[]  barcode byte[]

Supported Clients
SmartClient, WebClient, NGClient

Sample
// code = content string value
// moduleSize = size of module in pixels


create
byte[]  create( byte[], Number )
Set the barcode by byte value and size
Parameters
byte[]  value  the value
Number  moduleSize  the module size

Returns
byte[]  barcode byte[]

Supported Clients
SmartClient, WebClient, NGClient

Sample
// value = content binary value
// moduleSize = size of module in pixels


create
byte[]  create( byte[], Object, Number, Number, Number, Number )
Set the barcode
Parameters
byte[]  value  the value
Object  processTilde  the process tile
Number  moduleSize  the module size
Number  margin  the margin
Number  encoding  the encoding
Number  format  the format

Returns
byte[]  barcode byte[]

Supported Clients
SmartClient, WebClient, NGClient

Sample
// value = content binary value
// processTiled = true/false
// moduleSize = size of module in pixels
// margin = margin in pixels
// encoding = encoding used, comes from IBDataMatrix tree (starts with E_)
// format = format used , comes from IBDataMatrix tree (starts with C_)


create
byte[]  create( String, Object, Number, Number, Number, Number )
Set the barcode
Parameters
String  code  the code
Object  processTilde  the process tile
Number  moduleSize  the module size
Number  margin  the margin
Number  encoding  the encoding
Number  format  the format

Returns
byte[]  barcode byte[]

Supported Clients
SmartClient, WebClient, NGClient

Sample
// code = content string value
// processTiled = true/false
// moduleSize = size of module in pixels
// margin = margin in pixels
// encoding = encoding used, comes from IBDataMatrix tree (starts with E_)
// format = format used , comes from IBDataMatrix tree (starts with C_)