Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NuGet 包中的 RazorPDF,我想知道如何将页面设置为横向呈现。
页面的代码是这样的:
<itext pagesize="A4"> ..... some content ..... </itext>
添加这个属性
orientation="landscape"