if (printer.getCapRecBitmap() == true)
{
// print an image file
try
{
printer.printBitmap(POSPrinterConst.PTR_S_RECEIPT, "star.gif", POSPrinterConst.PTR_BM_ASIS, POSPrinterConst.PTR_BM_CENTER);
}
catch (JposException e)
{
if (e.getErrorCode () != JposConst.JPOS_E_NOEXIST)
{