7.4

Table Of Contents
barwidth
Measure of the width of a single barcode bar, in mils (0.001 inch).
readable
Boolean value determining if the human readable portion of the barcode is visible.
Code Sample Example
showbarcodeplessey('1234567')
ShowBarcodePostnet (procedure)
Displays a specified string as a Postnet barcode.
Syntax
showbarcodepostnet( str, subset)
Arguments
str
Value of type string to display as a barcode.
subset
Subset of the Postnet barcode to use
Subset Zipcode Length
0 5 digits
1 9 digits
2 11 digits
Code Sample Example
showbarcodepostnet('12345',0)
ShowBarcodeQRCode (procedure)
Displays a specified string as a QR Code barcode.
Syntax
showbarcodeqrcode( str, mode, errorcorrection, barwidth)
Arguments
str
©2010 Objectif Lune Inc - 467 -