强制特定内容横向打印
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了强制特定内容横向打印相关的知识,希望对你有一定的参考价值。
This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
<style type="text/css" media="print"> div.page { writing-mode: tb-rl; height: 80%; margin: 10% 0%; } </style>
以上是关于强制特定内容横向打印的主要内容,如果未能解决你的问题,请参考以下文章
在 UITabBarController 的横向强制特定视图控制器