Example
// 203 dpi(default), inch(default)
design.drawBitmap("/sdcard/temp/citizen/Images/Sample.bmp",
LabelConst.CLS_RT_NORMAL, 0, 0, 10, 10);
// 300 dpi, mm
design.drawBitmap("/sdcard/temp/citizen/Images/Sample.bmp",
LabelConst.CLS_RT_NORMAL, 0, 0, 10, 10
LabelConst.CLS_PRT_RES_300, LabelConst.CLS_UNIT_MILLI);