7.5

Table Of Contents
barwidth
Width of one barcode bar, in mils (0.001 inch).
Checksum
Boolean to add checksum automatically to barcode
readable
Boolean that enables display of the human readable portion of the barcode
readchecksum
Boolean that enables display of the checksum in the human readable portion of the barcode
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
©2010 Objectif Lune Inc - 346 -