7.5

Table Of Contents
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
showbarcodeupca('123456789012',0)
ShowBarcodeUPCE (procedure)
Displays a specified string as a UPC-E barcode.
Syntax
showbarcodeupce( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of UPC-E to use
0 UPC-E
1 UPC-E ext.2
2 UPC-E 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
showbarcodeupce('123456',0)
ShowBitmap (procedure)
Displays a bitmap resource.
Syntax
showbitmap( resname, resolution, width, height[, transparent[, duotone[, pagenum]]] )
©2010 Objectif Lune Inc - 470 -