AD
Administrator
Syncfusion Team
March 20, 2005 11:32 AM UTC
Hi Tobias,
This is a known bug in version 3.0.1.0. We will try to fix it next week. You can track the live status of the bug here.
http://www.syncfusion.com/support/issues/pdf/Default.aspx?ToDo=view&questId=97&catId=70
Thanks,
Stephen.
>I would like to habe the page orientation on landscape. I create a new page and set the orientation to landscape. This I make it to each page. But I get as result, a alternating between portrait and landscape. Where is the fault?
>
>exampe:
>
>for(...)
>{
> page = pdfdoc.CreatePage();
>page.Orientation = PageOrientation.Landscape;
>}