7.4

Table Of Contents
bearers
Boolean that enables bearer bars surrounding the barcode
Code Sample Example
showbarcodei2of5('123456789',12,true,true,false,true)
ShowBarcodeISBN (procedure)
Displays a specified string as an ISBN barcode.
Syntax
showbarcodeisbn( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of ISBN to use
0 ISBN
1 ISBN ext.2
2 ISBN ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
barwidth
Optional width of one barcode bar, in mils (0.001 inch). Default = 12mils.
Code Sample Example
showbarcodeisbn('978-1-86074-271-2-54495',2)
ShowBarcodeJapanpost (procedure)
Displays a specified string as a Japan Post barcode.
Syntax
showbarcodejapanpost( str, barwidth)
Arguments
str
©2010 Objectif Lune Inc - 462 -