#概述
LCPrinter 封装适配了IVY-7700C系列一体打印机打印插件,支持标签和热敏打印图片。
#printPicture
打印图片。图片必须是黑白无灰度的图片,格式支持PNG,GIF,BMP及PCX。
printPicture({params})
##params
image:
pageType:
density:
##callback(ret)
ret:
{
code: //数字类型 -1:传参错误 0:打印成功 1:设备缺纸 2:打印失败
}
##示例代码
var LCPrinter = api.require('LCPrinter');
LCPrinter.printPicture({
image:''
});
##可用性
Android
可提供的1.0.0及更高版本