A SERVICE OF

logo

39
Kiosk Modifications of the OLE for Retail POS
Methods
11/25/2013 OPOS Driver User Guide P1061668-001 Rev. A
SetBitmap Method
Remarks Call to save information about a bitmap for later printing.
The bitmaps may be no bigger then approximately 5000 bytes all together otherwise the
printer cannot load it.
Only 2 bitmaps may be set, and each bitmap number may only be used for one station at a
time.
Parameter Description
BitmapNumber
The number to be assigned to this bitmap. Two bitmaps,
numbered 1 and 2, may be set. You have to set Bitmap 1 first
and then Bitmap 2 or you receive an Error.
Note You cannot overwrite a bitmap. In order to
reset the bitmap you have to unset all bitmaps first
and then set the new bitmaps again. To do this you
have to SetBitmap with an empty string.
FileName
Name of Windows bitmap file. The file must be in
uncompressed and 2 color (black and white) format. Color
inversion may be necessary.
If set to an empty string (“”), then the bitmap is unset.
Note When the bitmaps are unset, all bitmaps are
lost.