最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
flex如何实现横向打印
时间:2022-07-02 17:00:34 编辑:袖梨 来源:一聚教程网
1. var thismc:Sprite=new Sprite();
2. thismc.width=stage.stageWidth;
3. thismc.height=stage.stageHeight;
4. thismc.x=0;
5. thismc.y=0;
6.
7. thismc.addChild(this.root);
8.
9. thismc.rotation = 90;
10. try{
11. var pj:PrintJob = new PrintJob(); //新建一个打印;
12. pj.start(); //弹出打印窗口;
13. thismc.width = pj.pageWidth; //先让对象适应纸张的宽度;
14. thismc.scaleY = thismc.scaleX; //按比例调节高度;
15. pj.addPage(thismc); //添加打印页;
16. pj.send(); //打印;
17. }catch (err:Error) {}
18. thismc.rotation = 0; //打印完毕,恢复
相关文章
- SQL Server 2008还原数据库的做法实用指南 08-31
- 电影感印度女性肖像提示词怎么写-画面元素和风格参数 08-31
- AI自我总结与职业发展提升的必要性探讨(3篇) 08-31
- MariaDB的安装与配置教程实用指南 08-31
- 如何快速实现文章降重并提升原创性? 08-31
- 铁道记忆双联画提示词怎么写-画面元素和风格参数 08-31