打印机速度可以调慢点吗 hp2055d
hp2055d 黑白正反面激光打印机。 实行打印多份打印机的情况下。
word 图片 的大小有问题。
怎么调下?
据说主要原因是这种打印机质量太好了。速度很快,程序没来的及替换,word中还是原图片的尺寸。
应该是按比例直接缩小才行。
怎么办?大家有人指点指点吗?
If tpds.Tables(0).Rows.Count <> 0 Then tools.PictureStreamToFile(tpds.Tables(0).Rows(0)("f_qianming"), strpictemp + ".gif") cword.TextReplaceWithPic("<<检定>>", strpictemp + ".gif", 31) End If '加载审核签字图片 tpds = db.readrecord("select f_qianming from t_renyuan where f_renyuan_id='" + dsb.Tables(0).Rows(0)("f_HeJian_id").ToString + "'") If tpds.Tables(0).Rows.Count <> 0 Then tools.PictureStreamToFile(tpds.Tables(0).Rows(0)("f_qianming"), strpictemp + ".gif") cword.TextReplaceWithPic("<<核验>>", strpictemp + ".gif", 31) End If