![]() |
|
|||||||
| SDK ( DLL or ActiveX) Integrate PDF functions into your application easily. The SDK shares the same technology that powers Foxit Reader. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm using FoxIt dll with C# for displaying and printing pdf files. In my document some pages are Portrait and some are Landscape; during print portrait pages are ok but how can I print a landscape page? Do I need to Rotate or is there any other way to print it landscape? Thanks myename |
|
#2
|
|||
|
|||
|
Could you send us the pdf file which cause the problem? we may need it to recreate the problem.For more help, please contact sdk-list@foxitsoftware.com.
|
|
#3
|
|||
|
|||
|
I am using FPDF_RenderPage function to render the page.
My first page is Portrait and it prints fine; but when I try printing the 2nd page which is Landscape I got the problem. How do I prepare it to render as Landscape? Thanks |
|
#4
|
|||
|
|||
|
Hi Guys,
Thanks; I've found how to fix that.... It was my bug.... I had to change the PageSettings.Landscape value in "PrintDocument.QueryPageSettings" event. Thanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|