2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
The section1.PageSetup.Orientation property is used to set the document page orientation settings like Landscape and Portrait. C# // Set the document page as Landscape. section1.PageSetup.Orientation = PageOrientation.Landscape; // Set the document page as Portrait. section2.PageSetup.Orientation = PageOrientation.Portrait; VB ' Set the document page as Landscape. section1.PageSetup.Orientation = PageOrientation.Landscape ' Set the document page as Portrait. section2.PageSetup.Orientation = PageOrientation.Portrait Here is the sample. |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.