如何在RML中旋转图像?我试过使用rotate degrees="90",但它不起作用。
发布于 2015-11-10 17:43:06
如果你想用<rotate degrees="90"/>来旋转图像,放入<pageGraphics>。
<pageGraphics>
<rotate degrees="90"/>
<image x="19cm" y="1cm" height="70.0" >[[ company.footer_img ]]</image>
</pageGraphics>我希望这将是有用的。
https://stackoverflow.com/questions/33517837
复制相似问题