cb_close.Print(Job, 500,1000)后面两个参数是什么意思
long Job
Job = PrintOpen( )
cb_close.Print(Job, 500,1000)//这两个参数是什么意思
PrintClose(Job)
[解决办法]
objectname.Print ( printjobnumber, x, y {, width, height } ) ,参数就是位置了
分享控件 在 下载模块 ,我的资源 ,上传资源
[解决办法]
x,y的坐标.
xAn integer whose value is the x coordinate on the page of the left corner of the object, in thousandths of an inch.
yAn integer whose value is the y coordinate on the page of the left corner of the object, in thousandths of an inch.
[解决办法]