Search
Follow Us
Categories
- News Release(3)
Tag Archives: change page orientation in CSharp
Change Page Orientation of a Word Document in C#
Every page of the documents may contain different layouts. It depends on the content of the page that which orientation suits it. As a developer we can change the orientation of each page to the one it suits. In this article, we will learn to change the orientation of a page in Word document using C#. Separately, we will see how to change the portrait layout to landscape and then how to change the landscape orientation to portrait with the .NET applications.