7.5

Table Of Contents
Code Sample Example
showbarcodepdf417('123456',0,2,false,5,12)
ShowBarcodePlessey (procedure)
Displays a specified string as a plessey barcode.
Syntax
showbarcodeplessey( str, barwidth, readable)
Arguments
str
Value of type string to display as a barcode.
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
©2010 Objectif Lune Inc - 351 -